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() { /> +
+ +
+