Update src/app/page.tsx
This commit is contained in:
242
src/app/page.tsx
242
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Resultados",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Resultados", id: "testimonials"},
|
||||
{
|
||||
name: "Avaliação",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Avaliação", id: "contact"},
|
||||
]}
|
||||
brandName="OdontoMais"
|
||||
/>
|
||||
@@ -50,38 +44,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Recupere seu sorriso com segurança e volte a sorrir com confiança"
|
||||
description="Tratamentos modernos, atendimento humanizado e resultados naturais. Agende hoje mesmo sua avaliação sem compromisso."
|
||||
tag="Clínica OdontoMais"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar pelo WhatsApp agora",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
text: "Agendar pelo WhatsApp agora", href: "https://wa.me/5511999999999"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg",
|
||||
imageAlt: "Dentista acolhedor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg", imageAlt: "Dentista acolhedor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg",
|
||||
imageAlt: "Sorriso perfeito",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg",
|
||||
imageAlt: "Paciente no consultório odontológico",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-cleaning-child-s-teeth_23-2149195899.jpg",
|
||||
imageAlt: "Dentista em atendimento clínico",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29144.jpg",
|
||||
imageAlt: "Paciente sorridente na cadeira de dentista",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg", imageAlt: "Sorriso perfeito"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,23 +72,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Vergonha de Sorrir",
|
||||
description: "Dentes desalinhados ou amarelados não precisam mais ser um incômodo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-holding-mirror-clinic_107420-73993.jpg",
|
||||
imageAlt: "Sorriso",
|
||||
},
|
||||
title: "Vergonha de Sorrir", description: "Dentes desalinhados ou amarelados não precisam mais ser um incômodo.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-holding-mirror-clinic_107420-73993.jpg", imageAlt: "Sorriso"},
|
||||
{
|
||||
title: "Dor ou Desconforto",
|
||||
description: "Atendimento cuidadoso para eliminar dores e devolver a função mastigatória.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-professional-using-vr-dental-examination_23-2152000882.jpg",
|
||||
imageAlt: "Dentes",
|
||||
},
|
||||
title: "Dor ou Desconforto", description: "Atendimento cuidadoso para eliminar dores e devolver a função mastigatória.", imageSrc: "http://img.b2bpic.net/free-photo/medical-professional-using-vr-dental-examination_23-2152000882.jpg", imageAlt: "Dentes"},
|
||||
{
|
||||
title: "Falta de Autoconfiança",
|
||||
description: "Um sorriso transformado muda como você se sente em relação a si mesmo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-work-dentistry-treatment-teeth_169016-67256.jpg",
|
||||
imageAlt: "Sorriso feliz",
|
||||
},
|
||||
title: "Falta de Autoconfiança", description: "Um sorriso transformado muda como você se sente em relação a si mesmo.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-work-dentistry-treatment-teeth_169016-67256.jpg", imageAlt: "Sorriso feliz"},
|
||||
]}
|
||||
title="Você sente insegurança com seu sorriso?"
|
||||
description="Problemas bucais afetam sua autoestima e bem-estar. Nós resolvemos isso de forma prática."
|
||||
@@ -128,59 +91,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Clareamento",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-european-brunette-female-showing-ok-gesture-with-her-fingers-happy-woman-striped-top-smiling-with-blue-eyes-her-white-teeth-mouth-happy-face-prove-everything-goes-according-plan_273609-5728.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p1", name: "Clareamento", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/young-european-brunette-female-showing-ok-gesture-with-her-fingers-happy-woman-striped-top-smiling-with-blue-eyes-her-white-teeth-mouth-happy-face-prove-everything-goes-according-plan_273609-5728.jpg", brand: "OdontoMais"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Implantes",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p2", name: "Implantes", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg", brand: "OdontoMais"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Limpeza",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-equipment_107420-73956.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p3", name: "Limpeza", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-equipment_107420-73956.jpg", brand: "OdontoMais"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ortodontia",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p4", name: "Ortodontia", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg", brand: "OdontoMais"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Facetas",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67306.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p5", name: "Facetas", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67306.jpg", brand: "OdontoMais"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Geral",
|
||||
price: "Avaliação",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-preparing-surgical-instruments_23-2148338107.jpg",
|
||||
brand: "OdontoMais",
|
||||
},
|
||||
id: "p6", name: "Geral", price: "Avaliação", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-office-preparing-surgical-instruments_23-2148338107.jpg", brand: "OdontoMais"},
|
||||
]}
|
||||
title="Nossos Tratamentos"
|
||||
description="Soluções odontológicas pensadas no seu conforto e resultado final."
|
||||
@@ -194,59 +121,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
role: "Paciente",
|
||||
company: "OdontoMais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Silva", role: "Paciente", company: "OdontoMais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bruno Costa",
|
||||
role: "Paciente",
|
||||
company: "OdontoMais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg",
|
||||
},
|
||||
id: "2", name: "Bruno Costa", role: "Paciente", company: "OdontoMais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carla Mendes",
|
||||
role: "Paciente",
|
||||
company: "OdontoMais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-isolated-white-backdrop_23-2148055695.jpg",
|
||||
},
|
||||
id: "3", name: "Carla Mendes", role: "Paciente", company: "OdontoMais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-isolated-white-backdrop_23-2148055695.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daniel Lima",
|
||||
role: "Paciente",
|
||||
company: "OdontoMais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2683.jpg",
|
||||
},
|
||||
id: "4", name: "Daniel Lima", role: "Paciente", company: "OdontoMais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2683.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elaine Souza",
|
||||
role: "Paciente",
|
||||
company: "OdontoMais",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-spring_1301-4275.jpg",
|
||||
},
|
||||
id: "5", name: "Elaine Souza", role: "Paciente", company: "OdontoMais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-spring_1301-4275.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Pacientes Atendidos",
|
||||
},
|
||||
value: "500+", label: "Pacientes Atendidos"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfação",
|
||||
},
|
||||
value: "98%", label: "Satisfação"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Anos de Clínica",
|
||||
},
|
||||
value: "10+", label: "Anos de Clínica"},
|
||||
]}
|
||||
title="Histórias Reais"
|
||||
description="Veja como a OdontoMais transformou a vida dos nossos pacientes."
|
||||
@@ -261,17 +157,11 @@ export default function LandingPage() {
|
||||
description="Com anos de experiência e tecnologia avançada, nossa equipe está pronta para lhe atender com o máximo de humanização."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Equipe Qualificada",
|
||||
description: "Especialistas em constante atualização.",
|
||||
},
|
||||
title: "Equipe Qualificada", description: "Especialistas em constante atualização."},
|
||||
{
|
||||
title: "Tecnologia Moderna",
|
||||
description: "Equipamentos de última geração.",
|
||||
},
|
||||
title: "Tecnologia Moderna", description: "Equipamentos de última geração."},
|
||||
{
|
||||
title: "Atendimento Humano",
|
||||
description: "Foco total na sua experiência.",
|
||||
},
|
||||
title: "Atendimento Humano", description: "Foco total na sua experiência."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821330.jpg"
|
||||
imageAlt="Clínica Moderna"
|
||||
@@ -287,17 +177,11 @@ export default function LandingPage() {
|
||||
description="Priorizamos seu conforto e clareza total. Venha conhecer nosso espaço e entender como podemos te ajudar sem pressa."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Transparência total",
|
||||
description: "Orçamento claro e sem pegadinhas.",
|
||||
},
|
||||
title: "Transparência total", description: "Orçamento claro e sem pegadinhas."},
|
||||
{
|
||||
title: "Ambiente Relaxante",
|
||||
description: "Feito para eliminar o medo do dentista.",
|
||||
},
|
||||
title: "Ambiente Relaxante", description: "Feito para eliminar o medo do dentista."},
|
||||
{
|
||||
title: "Agendamento Ágil",
|
||||
description: "Horários pensados para sua rotina.",
|
||||
},
|
||||
title: "Agendamento Ágil", description: "Horários pensados para sua rotina."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-19476.jpg"
|
||||
imageAlt="Ambiente Acolhedor"
|
||||
@@ -310,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dói para fazer tratamento?",
|
||||
content: "Nosso foco é zero dor. Trabalhamos com anestesia técnica e muito carinho.",
|
||||
},
|
||||
id: "1", title: "Dói para fazer tratamento?", content: "Nosso foco é zero dor. Trabalhamos com anestesia técnica e muito carinho."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quanto tempo dura?",
|
||||
content: "Depende do tratamento, mas faremos tudo de forma eficiente.",
|
||||
},
|
||||
id: "2", title: "Quanto tempo dura?", content: "Depende do tratamento, mas faremos tudo de forma eficiente."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Como agendar?",
|
||||
content: "Diretamente pelo WhatsApp, é rápido e prático.",
|
||||
},
|
||||
id: "3", title: "Como agendar?", content: "Diretamente pelo WhatsApp, é rápido e prático."},
|
||||
]}
|
||||
title="Dúvidas Frequentes"
|
||||
description="Tudo o que você precisa saber antes de iniciar seu tratamento."
|
||||
@@ -335,16 +210,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Estamos online"
|
||||
title="Agende sua avaliação agora mesmo"
|
||||
description="Clique no botão abaixo e fale com nossa equipe via WhatsApp. Sua transformação começa aqui."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar pelo WhatsApp agora",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
text: "Agendar pelo WhatsApp agora", href: "https://wa.me/5511999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -353,29 +225,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
title: "Navegação", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Serviços", href: "#services"},
|
||||
{
|
||||
label: "Depoimentos",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Depoimentos", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "Agendar pelo WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
label: "Agendar pelo WhatsApp", href: "https://wa.me/5511999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user