From a3af8da3f275b6264c1a68c5dccc965ee96aa7b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:25:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 98 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 95 insertions(+), 3 deletions(-) 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() { /> +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1