From 9a381fe61f86e9dc19b962dd0ddbadd88146d9b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fb881f..1e433c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,9 +11,8 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building, HelpCircle, Quote, Sparkles, Star, Users, BedDouble, Utensils, PartyPopper, Leaf } from "lucide-react"; +import { Building, HelpCircle, Quote, Sparkles, Star, BedDouble, Utensils, PartyPopper, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -43,8 +42,6 @@ export default function LandingPage() { name: "Dining & Rooms", id: "#dining-rooms"}, { name: "Rates", id: "#rates"}, - { - name: "Our Team", id: "#team"}, { name: "Testimonials", id: "#testimonials"}, { @@ -195,26 +192,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1