diff --git a/src/app/page.tsx b/src/app/page.tsx index ab49dee..e3985d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { { id: "1", title: "Where are you located?", content: "We are at Ronda de la Universitat, 4, in the heart of Barcelona."}, { - id: "2", title: "Do you offer shipping?", content: "We currently focus on in-store purchases to offer the best local prices."}, + id: "2", title: "Do you offer shipping?", content: "To ensure the safety of fragile artisanal goods, we specialize in safe in-store packaging instead of shipping."}, { id: "3", title: "Are you open on weekends?", content: "Yes, we are open daily to welcome all travelers."}, ]} @@ -257,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file