diff --git a/src/app/page.tsx b/src/app/page.tsx index 132f3d8..0cb1af3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,12 @@ export default function LandingPage() { @@ -196,25 +96,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you accept reservations?", - content: "Yes, we gladly accept reservations for groups and special occasions.", - }, - { - id: "q2", - title: "What payment methods are available?", - content: "We accept credit cards, debit cards, and NFC mobile payments.", - }, - { - id: "q3", - title: "Is the parking free?", - content: "Yes, we offer plenty of free parking in our dedicated lot.", - }, + { id: "q1", title: "Is the cafe accessible?", content: "Yes, our Hallam Fields Rd site is fully wheelchair accessible with dedicated parking and facilities." }, + { id: "q2", title: "Do you take bookings?", content: "Yes, we recommend booking ahead for large groups or weekend brunch."}, + { id: "q3", title: "Are there vegan/GF options?", content: "We have a wide range of menu choices including gluten-free and vegan alternatives." }, + { id: "q4", title: "Where are you located?", content: "We are at Hallam Fields Rd, Leicester, LE4 3LH." } ]} - imageSrc="http://img.b2bpic.net/free-photo/disabled-fencers-special-equipment-fighting-from-their-wheelchairs_23-2149229575.jpg" - title="Frequently Asked Questions" - description="Have questions about our cafe? Find answers here." + imageSrc="http://img.b2bpic.net/free-photo/enthusiastic-young-asian-woman-barista-apron-looking-amazed-clap-hands-smiling-standing_1258-199222.jpg" + title="Cafe FAQs" + description="Everything you need to know about your next visit to Brunchies." faqsAnimation="slide-up" /> @@ -222,63 +111,30 @@ export default function LandingPage() {