From a3800852c92f4008df943da747b522d1d59d1a60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:37:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 249cdd1..b75cb88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, MapPin, Award, Star, Utensils } from 'lucide-react'; +import { Flame, ChefHat, MapPin, Utensils } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,9 +29,6 @@ export default function LandingPage() { navItems={[ { name: "Our Story", id: "about" }, { name: "Menu", id: "cuts" }, - { name: "Highlights", id: "experience" }, - { name: "Team", id: "team" }, - { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ @@ -86,7 +79,8 @@ export default function LandingPage() { tagIcon={Utensils} products={[ { id: "1", brand: "The Noodles Co.", name: "Spicy Sichuan Ramen", price: "₹399", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-u4kqxz76.jpg" }, - { id: "2", brand: "The Noodles Co.", name: "Teriyaki Glazed Udon", price: "₹449", rating: 4, reviewCount: "155", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg" } + { id: "2", brand: "The Noodles Co.", name: "Teriyaki Glazed Udon", price: "₹449", rating: 4, reviewCount: "155", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg" }, + { id: "3", brand: "The Noodles Co.", name: "Vegetable Stir-fry", price: "₹299", rating: 4, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIHqQ7fRNk0P3jhU0hGDnGVWkB/uploaded-1777963013798-kr1ci5wo.jpg" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -102,6 +96,7 @@ export default function LandingPage() { description="Located in the heart of the city, serving authentic flavors daily. Book a table or order for pickup." tagIcon={MapPin} background={{ variant: "rotated-rays-static" }} + useInvertedBackground={false} /> -- 2.49.1