From 8475204a26394123ba35fc318f65b9f17871dd9a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:41:23 +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 1d72d2e..c6224ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1