From 2c51633c6995b58be37520c3d9298a537783329b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:04:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7354a19..32f2311 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,8 +36,8 @@ export default function LandingPage() { navItems={[ { name: "Menu", id: "menu" }, { name: "About", id: "about" }, - { name: "Location", id: "location" }, - { name: "Contact", id: "contact" } + { name: "Services", id: "services" }, + { name: "Contact", id: "cta" } ]} button={{ text: "Order Now", href: "https://www.swiggy.com", onClick: handleOrderClick }} animateOnLoad={true} @@ -104,8 +104,11 @@ export default function LandingPage() { description="Join thousands of satisfied burger lovers who have experienced The Epic Burger" tag="Social Proof" tagIcon={Star} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" + showRating={true} testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@rajesh_pune", testimonial: "Best burgers of my life. The patties are juicy and the ingredients taste premium. Absolutely worth every rupee!", rating: 5, @@ -132,8 +135,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Anjali Gupta" } ]} - showRating={true} - animationType="slide-up" /> @@ -180,6 +181,7 @@ export default function LandingPage() { title="Food Gallery" description="Visual journey through our premium burger collection and restaurant ambiance" tag="Gallery" + tagIcon={Flame} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -224,4 +226,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1