Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 21:41:27 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
faqs={[
{ id: "q1", title: "Do I need to book in advance?", content: "We recommend booking online, but walk-ins are welcome based on availability." },
{ id: "q2", title: "Where is the shop?", content: "18 Church St, Altrincham WA14 4DW." },
{ id: "q3", title: "What are your opening hours?", content: "We open at 9 AM on Friday and close periodically. Check our social media for updates." },
{ id: "q3", title: "What are your opening hours?", content: "We are open Mon-Sat (9 AM - 6 PM) and Sun (10 AM - 4 PM). Book your slot here: [booking.purefades.com]" },
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}