From a3f52dbafebbfbc8afd296990491e6925094b554 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 11:36:31 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a83d7da..534b1f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,14 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import TeamCardFive from "@/components/sections/team/TeamCardFive"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Utensils, Award, Star, Smile } from "lucide-react"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import { Sparkles, Utensils, Award, Users, TrendingUp, Shield, Clock, Smile, CheckCircle, XCircle, Star, Calendar } from "lucide-react"; export default function BuffetPage() { return ( @@ -34,9 +36,8 @@ export default function BuffetPage() { navItems={[ { name: "Menu", id: "menu" }, { name: "Pricing", id: "pricing" }, - { name: "Our Story", id: "/our-story" }, - { name: "Careers", id: "/careers" }, - { name: "Contact Us", id: "/contact-us" }, + { name: "Experience", id: "about" }, + { name: "Reserve", id: "contact" }, ]} button={{ text: "Book Now", href: "#contact" }} /> @@ -159,8 +160,8 @@ export default function BuffetPage() { copyrightText="© 2026 | Epicure Buffet" columns={[ { title: "Dining", items: [{ label: "Lunch Menu", href: "#" }, { label: "Dinner Menu", href: "#" }] }, - { title: "Company", items: [{ label: "Our Story", href: "/our-story" }, { label: "Careers", href: "/careers" }] }, - { title: "Support", items: [{ label: "Reservations", href: "#contact" }, { label: "Contact Us", href: "/contact-us" }] }, + { title: "Company", items: [{ label: "Our Story", href: "#" }, { label: "Careers", href: "#" }] }, + { title: "Support", items: [{ label: "Reservations", href: "#" }, { label: "Contact Us", href: "#" }] }, ]} />