Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-17 22:48:44 +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>
);
}
}