diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a30398..24fdfff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,11 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Heart, HelpCircle, Phone, Sparkles, Star, UtensilsCrossed, Users } from 'lucide-react'; +import { Heart, HelpCircle, Phone, Sparkles, Star, UtensilsCrossed } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Il Locale", id: "about" }, { name: "Menu", id: "services" }, - { name: "La Storia", id: "team" }, { name: "Prenota", id: "contact" } ]} button={{ text: "Contattaci", href: "#contact" }} @@ -109,30 +107,6 @@ export default function LandingPage() { /> -
- -
-