diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b7cb19..9131d48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,14 @@ export default function LandingPage() { @@ -54,51 +46,28 @@ export default function LandingPage() {
@@ -234,6 +145,10 @@ export default function LandingPage() { @@ -243,26 +158,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How can I place an order?", - content: "You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details.", - }, + id: "1", title: "How can I place an order?", content: "You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details."}, { - id: "2", - title: "Do you offer delivery?", - content: "Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it.", - }, + id: "2", title: "Do you offer delivery?", content: "Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it."}, { - id: "3", - title: "What are your operating hours?", - content: "Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes.", - }, + id: "3", title: "What are your operating hours?", content: "Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes."}, ]} ctaTitle="Get Your Cheez’Bay Fix Now!" ctaDescription="Ready to experience premium fast food? Order your favorites for delivery or pick-up, or reach out for inquiries." ctaButton={{ - text: "Order Now", - }} + text: "Order Now"}} ctaIcon={Phone} /> @@ -273,41 +178,25 @@ export default function LandingPage() { imageAlt="CHEEZ’BAY restaurant at night" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Order Now", - href: "#contact", - }, + label: "Order Now", href: "#contact"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "Instagram", - href: "https://instagram.com/cheezbay", - }, + label: "Instagram", href: "https://instagram.com/cheezbay"}, { - label: "Facebook", - href: "https://facebook.com/cheezbay", - }, + label: "Facebook", href: "https://facebook.com/cheezbay"}, { - label: "TikTok", - href: "https://tiktok.com/@cheezbay", - }, + label: "TikTok", href: "https://tiktok.com/@cheezbay"}, ], }, ]} @@ -318,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file