diff --git a/src/app/page.tsx b/src/app/page.tsx index 686efc9..a698a0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Sparkles, Star, Zap } from 'lucide-react'; +import { Sparkles, Star, Zap, Utensils, ChefHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,6 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Menu", id: "menu" }, + { name: "Build Your Own", id: "build-menu" }, { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, ]} @@ -71,16 +72,34 @@ export default function LandingPage() { + +
+