From 74279227310b6b393d4ef6b1c9f3ef95e63a254a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:50:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++----------------------------------- 1 file changed, 17 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6263e97..4b03ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -60,13 +50,9 @@ export default function LandingPage() { description="Fresh. Juicy. Kasi Flavor. Discover the best fast food in Katlehong." buttons={[ { - text: "Order Now", - href: "/menu", - }, + text: "Order Now", href: "/menu"}, { - text: "View Menu", - href: "/menu", - }, + text: "View Menu", href: "/menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-chicken-burger-with-vegetables-dark-surface-sandwich-fast-food-bun_140725-82636.jpg" imageAlt="Zani's signature burger" @@ -80,19 +66,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Happy Customers", - value: "500+", - }, + label: "Happy Customers", value: "500+"}, { icon: Flame, - label: "Burgers Served", - value: "2000+", - }, + label: "Burgers Served", value: "2000+"}, { icon: MapPin, - label: "Katlehong Locations", - value: "1", - }, + label: "Katlehong Locations", value: "1"}, ]} metricsAnimation="slide-up" /> @@ -106,34 +86,27 @@ export default function LandingPage() { description="Find everything you need to know about Zani's Eatery." faqs={[ { - id: "1", - title: "Do you deliver?", - content: "Yes, we are available on all major delivery platforms including Mr D.", - }, + id: "1", title: "Do you deliver?", content: "Yes, we are available on all major delivery platforms including Mr D."}, { - id: "2", - title: "What are your hours?", - content: "We are open daily until 7:00 PM.", - }, + id: "2", title: "What are your hours?", content: "We are open daily until 7:00 PM."}, ]} faqsAnimation="slide-up" />
- +
@@ -142,13 +115,9 @@ export default function LandingPage() { -- 2.49.1