From 3dca90347a6405789229e9b92d4d6b8c62e644ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:56:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++--------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4351ec2..0061a81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -31,7 +30,6 @@ export default function DentalClinicPage() { navItems={[ { name: "Serviços", id: "services" }, { name: "Sobre", id: "about" }, - { name: "Depoimentos", id: "testimonials" }, { name: "Contato", id: "contact" } ]} /> @@ -121,41 +119,6 @@ export default function DentalClinicPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1