diff --git a/src/app/page.tsx b/src/app/page.tsx index 896cd24..5aa72e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import FaqBase from "@/components/sections/faq/FaqBase"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,7 +28,7 @@ export default function LandingPage() { brandName="Dr. Alexandre Nascimento" navItems={[ { name: "Sobre", id: "about" }, - { name: "Especialidades", id: "specialties" }, + { name: "Exames e Procedimentos", id: "exams" }, { name: "Avaliações", id: "testimonials" }, ]} /> @@ -61,61 +60,46 @@ export default function LandingPage() { /> -
- +
@@ -173,7 +157,7 @@ export default function LandingPage() { { title: "Navegação", items: [ { label: "Sobre", href: "#about" }, - { label: "Especialidades", href: "#specialties" }, + { label: "Exames e Procedimentos", href: "#exams" }, { label: "Avaliações", href: "#testimonials" }, ], }, @@ -198,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file