From 92310193d06bf7dbf0b0d65f6b8e35d20421f894 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:55:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57a50c7..bce80cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; + import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Camera, Droplets, Pizza, Sparkles, Users } from "lucide-react"; +import { Camera, Droplets, Pizza, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -40,8 +40,6 @@ export default function LandingPage() { name: "Menu", id: "#products"}, { name: "Offerte", id: "#features"}, - { - name: "Prenotazioni", id: "#pricing"}, { name: "Testimonianze", id: "#testimonials"}, { @@ -157,36 +155,6 @@ export default function LandingPage() { /> -
- -
-