Skip to content

Commit

Permalink
add shop texts
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-lopes-pt committed Jul 31, 2024
1 parent 5350414 commit 4936497
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/src/pages/shop/ShopPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ export default function ShopPage() {
<div className="footer-item">
<h4 className="footer-item__title">Free Shipping</h4>
<p className="footer-item__text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptatum iste cupiditate excepturi tempora vitae
tenetur
Free shipping on all orders! Enjoy your favorite teas delivered right to your door.
</p>
</div>
<div className="footer-item">
<h4 className="footer-item__title">Secure Payments</h4>
<p className="footer-item_text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptatum iste cupiditate excepturi tempora vitae
tenetur
Enjoy your tea without worry. Our payments are secured by Stripe.
</p>
</div>
</footer>
Expand Down

0 comments on commit 4936497

Please sign in to comment.