From 5be49be42cfdf1b1b980f26dd37912506291d974 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:58:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bd54e5..8f58bb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Anchor, Award, Bot, BookOpen, ChefHat, Check, Flame, Gauge, Heart, Shield, Star, Users, Utensils, Wine, Waves, Zap } from 'lucide-react'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import { Anchor, Award, Bot, BookOpen, ChefHat, Check, Flame, Gauge, Heart, Shield, Star, Users, Utensils, Wine, Waves, Zap, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { { name: "Experience", id: "experience" }, { name: "Features", id: "features" }, { name: "About Us", id: "about" }, + { name: "Locations", id: "locations" }, { name: "Testimonials", id: "testimonials" }, { name: "Book Now", id: "contact" } ]} @@ -148,6 +150,39 @@ export default function LandingPage() { /> +
+ +
+