diff --git a/src/app/page.tsx b/src/app/page.tsx index 89f16d4..8be42b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -184,23 +102,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer gluten-free options?", - content: "Absolutely! We cater to all dietary needs and are proud of our specialized gluten-free menu items.", - }, - { - id: "q2", - title: "Are you open all day?", - content: "Yes, we serve breakfast, lunch, and dinner throughout our operating hours to ensure you get your fix whenever you visit.", - }, + { id: "q1", title: "Do you have kids meals?", content: "Yes, we have a specialized menu for our little guests including mini burgers and healthy bites." }, + { id: "q2", title: "Are drinks included?", content: "We offer a full menu of hot and cold artisan drinks that can be added to any meal." }, ]} ctaTitle="Ready to Experience Roundabout?" ctaDescription="Join us for a mid-week breakfast or a cozy weekend lunch. We can't wait to welcome you to our table." - ctaButton={{ - text: "Get Directions", - href: "#", - }} + ctaButton={{ text: "Get Directions", href: "#" }} ctaIcon={MapPin} />
@@ -208,36 +115,8 @@ export default function LandingPage() {