diff --git a/src/app/page.tsx b/src/app/page.tsx index 478e72c..3b3b4d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { const handleCall = () => { @@ -37,7 +36,6 @@ export default function LandingPage() { { name: "Philosophie", id: "about" }, { name: "Speisekarte", id: "menu" }, { name: "Bewertungen", id: "testimonials" }, - { name: "Kundenstimmen", id: "reviews" }, { name: "Kontakt", id: "contact" }, ]} brandName="Pizza da Vincenzo" @@ -115,23 +113,6 @@ export default function LandingPage() { /> -