diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e015d..74034f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe, Clock, PartyPopper, ShoppingBag } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,14 +33,12 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Cuts", id: "cuts" }, - { name: "Experience", id: "experience" }, - { name: "Team", id: "team" }, - { name: "Reviews", id: "testimonials" }, + { name: "Orders", id: "ordering" }, + { name: "Events", id: "birthday" }, { name: "Contact", id: "contact" } ]} button={{ - text: "Reserve Table", - href: "contact" + text: "Reserve Table", href: "contact" }} /> @@ -58,27 +56,53 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ + { imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047", imageAlt: "Master Chef Preparing Premium Wagyu" }, + { imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "A5 Wagyu Ribeye" } + ]} + /> + + +