diff --git a/src/app/page.tsx b/src/app/page.tsx index 0802391..aa24732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -240,20 +146,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer gluten-free options?", - content: "Yes, we have delicious gluten-free cauliflower crusts available upon request.", - }, + id: "f1", title: "Do you offer gluten-free options?", content: "Yes, we have delicious gluten-free cauliflower crusts available upon request."}, { - id: "f2", - title: "What are your delivery hours?", - content: "We deliver daily from 11:00 AM to 10:00 PM.", - }, + id: "f2", title: "What are your delivery hours?", content: "We deliver daily from 11:00 AM to 10:00 PM."}, { - id: "f3", - title: "Can I reserve a table?", - content: "Absolutely! You can book online or call us directly.", - }, + id: "f3", title: "Can I reserve a table?", content: "Absolutely! You can book online or call us directly."}, ]} sideTitle="Common Questions" faqsAnimation="slide-up" @@ -264,74 +161,41 @@ export default function LandingPage() { ); -} +} \ No newline at end of file