From f05edf8b80555d01025c7efb9eba185bbcd5849e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:15:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b0912..eb3f508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function LandingPage() { @@ -31,7 +30,6 @@ export default function LandingPage() { { name: "Sobre", id: "about" }, { name: "Especialidades", id: "specialties" }, { name: "Avaliações", id: "testimonials" }, - { name: "Contato", id: "contact" }, ]} /> @@ -138,23 +136,6 @@ export default function LandingPage() { /> -
- -
-