From 92d74205e11d5285d8360ad840ae8aecdcc323db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:17:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 261 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0c9c7..2f9a5b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,104 +50,56 @@ export default function LandingPage() {
@@ -168,8 +110,7 @@ export default function LandingPage() { title="Excelência em Odontologia Integrada" buttons={[ { - text: "Saiba Mais", - }, + text: "Saiba Mais"}, ]} /> @@ -180,29 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Estética", - title: "Clareamento", - subtitle: "Sorriso branco", - description: "Técnicas seguras para um sorriso mais iluminado.", - imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2", - imageAlt: "clean dental clinic reception", - }, + tag: "Estética", title: "Clareamento", subtitle: "Sorriso branco", description: "Técnicas seguras para um sorriso mais iluminado.", imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2", imageAlt: "clean dental clinic reception"}, { - tag: "Preventiva", - title: "Checkup", - subtitle: "Prevenção", - description: "Limpeza e acompanhamento anual.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=3", - imageAlt: "clean dental clinic reception", - }, + tag: "Preventiva", title: "Checkup", subtitle: "Prevenção", description: "Limpeza e acompanhamento anual.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=3", imageAlt: "clean dental clinic reception"}, { - tag: "Cirurgia", - title: "Implantes", - subtitle: "Reposição", - description: "Recupere a função e a estética dos seus dentes.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=2", - imageAlt: "clean dental clinic reception", - }, + tag: "Cirurgia", title: "Implantes", subtitle: "Reposição", description: "Recupere a função e a estética dos seus dentes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=2", imageAlt: "clean dental clinic reception"}, ]} title="Nossos Tratamentos" description="Soluções completas para a sua saúde bucal." @@ -217,23 +140,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "t1", - name: "Dra. Maria", - role: "Ortodontista", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-background_1157-44782.jpg", - }, + id: "t1", name: "Dra. Maria", role: "Ortodontista", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-background_1157-44782.jpg"}, { - id: "t2", - name: "Dr. João", - role: "Implantodontista", - imageSrc: "http://img.b2bpic.net/free-photo/male-female-dentist-examining-patient_107420-65616.jpg", - }, + id: "t2", name: "Dr. João", role: "Implantodontista", imageSrc: "http://img.b2bpic.net/free-photo/male-female-dentist-examining-patient_107420-65616.jpg"}, { - id: "t3", - name: "Dra. Elisa", - role: "Clínica Geral", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-male-nurse-showing-thumbs-up-signs_482257-94366.jpg", - }, + id: "t3", name: "Dra. Elisa", role: "Clínica Geral", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-male-nurse-showing-thumbs-up-signs_482257-94366.jpg"}, ]} title="Conheça nossa equipe" description="Profissionais altamente qualificados dedicados a você." @@ -245,30 +156,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana Silva", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=3", - }, + id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=3"}, { - id: "2", - name: "Pedro Santos", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg?_wi=2", - }, + id: "2", name: "Pedro Santos", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg?_wi=2"}, { - id: "3", - name: "Clara Lima", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg?_wi=2", - }, + id: "3", name: "Clara Lima", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg?_wi=2"}, { - id: "4", - name: "Roberto Dias", - imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", - }, + id: "4", name: "Roberto Dias", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg"}, { - id: "5", - name: "Juliana Moura", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-waiting-teeth-examination-clinic_651396-1389.jpg", - }, + id: "5", name: "Juliana Moura", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-waiting-teeth-examination-clinic_651396-1389.jpg"}, ]} cardTitle="Depoimentos de pacientes" cardTag="Clientes" @@ -282,20 +178,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Como agendar?", - content: "Pelo WhatsApp ou telefone.", - }, + id: "f1", title: "Como agendar?", content: "Pelo WhatsApp ou telefone."}, { - id: "f2", - title: "Aceitam convênios?", - content: "Sim, verifique a lista.", - }, + id: "f2", title: "Aceitam convênios?", content: "Sim, verifique a lista."}, { - id: "f3", - title: "Quanto dura a consulta?", - content: "Cerca de 40 minutos.", - }, + id: "f3", title: "Quanto dura a consulta?", content: "Cerca de 40 minutos."}, ]} title="Perguntas Frequentes" description="Tire suas dúvidas sobre nossos serviços." @@ -311,25 +198,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10+", - title: "Anos", - description: "De experiência", - icon: Award, + id: "m1", value: "10+", title: "Anos", description: "De experiência", icon: Award, }, { - id: "m2", - value: "5k", - title: "Sorrisos", - description: "Transformados", - icon: Smile, + id: "m2", value: "5k", title: "Sorrisos", description: "Transformados", icon: Smile, }, { - id: "m3", - value: "99%", - title: "Satisfação", - description: "De nossos clientes", - icon: CheckCircle, + id: "m3", value: "99%", title: "Satisfação", description: "De nossos clientes", icon: CheckCircle, }, ]} title="Nossa trajetória" @@ -338,45 +213,29 @@ export default function LandingPage() {
-