From 2fae95fbc16aa7bcb4a27a5f28c8e5734938846f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 22:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1