Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-05 06:37:37 +00:00

View File

@@ -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}
/>
</div>