3 Commits

Author SHA1 Message Date
2fae95fbc1 Update src/app/page.tsx 2026-04-17 22:48:41 +00:00
0cb5f3c9c8 Merge version_1 into main
Merge version_1 into main
2026-04-17 22:42:02 +00:00
8f51e8a9cf Merge version_1 into main
Merge version_1 into main
2026-04-17 22:41:35 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}