diff --git a/src/app/page.tsx b/src/app/page.tsx index c7a88a3..6d5023d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,13 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Fish, Flame, Heart, Leaf, MapPin, MessageCircle, Phone, Sparkles, Star, Utensils, Zap } from 'lucide-react'; +import { Award, Fish, Flame, Heart, Leaf, MapPin, MessageCircle, Phone, Sparkles, Star, Utensils, Zap, Droplets, Flame as Fire } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,6 +32,8 @@ export default function LandingPage() { navItems={[ { name: "Menu", id: "features" }, { name: "About", id: "about" }, + { name: "Dishes", id: "dishes" }, + { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "testimonial" }, { name: "Contact", id: "contact" }, { name: "Hours", id: "faq" }, @@ -141,6 +144,93 @@ export default function LandingPage() { /> +