Update src/app/page.tsx
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Tratamentos",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Início", id: "#hero" },
|
||||
{ name: "Sobre", id: "#about" },
|
||||
{ name: "Tratamentos", id: "#services" },
|
||||
{ name: "Avaliações", id: "#testimonials" },
|
||||
{ name: "Contato", id: "#contact" },
|
||||
]}
|
||||
brandName="EORE Odonto"
|
||||
/>
|
||||
@@ -58,46 +43,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="EORE: Referência em Reabilitação e Estética"
|
||||
description="Transformamos sorrisos com tecnologia avançada e excelência clínica no coração de Araçatuba."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Como Chegar",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Agendar Consulta", href: "#contact" },
|
||||
{ text: "Como Chegar", href: "#" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg",
|
||||
imageAlt: "Clínica moderna",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg",
|
||||
imageAlt: "Procedimentos avançados",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-brunette-woman-taking-photo-herself_1301-6921.jpg",
|
||||
imageAlt: "Sorrisos saudáveis",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67257.jpg",
|
||||
imageAlt: "Tecnologia odontológica",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg",
|
||||
imageAlt: "Atendimento humano",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-writing-report-dental-clinic_107420-74192.jpg",
|
||||
imageAlt: "Equipe especializada",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg", imageAlt: "Clínica moderna" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dental-clinic-interior-with-modern-dentistry-equipment-orange-color-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12486.jpg", imageAlt: "Procedimentos avançados" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-brunette-woman-taking-photo-herself_1301-6921.jpg", imageAlt: "Sorrisos saudáveis" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67257.jpg", imageAlt: "Tecnologia odontológica" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg", imageAlt: "Atendimento humano" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-writing-report-dental-clinic_107420-74192.jpg", imageAlt: "Equipe especializada" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,61 +80,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Reabilitação Oral",
|
||||
author: "EORE",
|
||||
description: "Soluções completas para recuperar a função e estética do seu sorriso.",
|
||||
tags: [
|
||||
"Saúde",
|
||||
"Estética",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Estética Dental",
|
||||
author: "EORE",
|
||||
description: "Clareamentos, lentes de contato e facetas com tecnologia de ponta.",
|
||||
tags: [
|
||||
"Estética",
|
||||
"Sorriso",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-dentist-stomatology-orthodontic-office-with-teeth-radiography-monitor_482257-2316.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Implantes Dentários",
|
||||
author: "EORE",
|
||||
description: "Segurança e durabilidade em procedimentos de reposição dental.",
|
||||
tags: [
|
||||
"Cirurgia",
|
||||
"Implante",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Ortodontia",
|
||||
author: "EORE",
|
||||
description: "Alinhamento preciso com métodos discretos e eficientes.",
|
||||
tags: [
|
||||
"Alinhamento",
|
||||
"Ortodontia",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1676.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Odontopediatria",
|
||||
author: "EORE",
|
||||
description: "Cuidado especializado para o sorriso dos pequenos pacientes.",
|
||||
tags: [
|
||||
"Infantil",
|
||||
"Saúde",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-patient-dentist-office_23-2148380313.jpg",
|
||||
},
|
||||
{ id: "1", title: "Reabilitação Oral", author: "EORE", description: "Soluções completas para recuperar a função e estética do seu sorriso.", tags: ["Saúde", "Estética"], imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" },
|
||||
{ id: "2", title: "Estética Dental", author: "EORE", description: "Clareamentos, lentes de contato e facetas com tecnologia de ponta.", tags: ["Estética", "Sorriso"], imageSrc: "http://img.b2bpic.net/free-photo/interior-dentist-stomatology-orthodontic-office-with-teeth-radiography-monitor_482257-2316.jpg" },
|
||||
{ id: "3", title: "Implantes Dentários", author: "EORE", description: "Segurança e durabilidade em procedimentos de reposição dental.", tags: ["Cirurgia", "Implante"], imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg" },
|
||||
{ id: "4", title: "Ortodontia", author: "EORE", description: "Alinhamento preciso com métodos discretos e eficientes.", tags: ["Alinhamento", "Ortodontia"], imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1676.jpg" },
|
||||
{ id: "5", title: "Odontopediatria", author: "EORE", description: "Cuidado especializado para o sorriso dos pequenos pacientes.", tags: ["Infantil", "Saúde"], imageSrc: "http://img.b2bpic.net/free-photo/back-view-patient-dentist-office_23-2148380313.jpg" },
|
||||
]}
|
||||
title="Tratamentos Especializados"
|
||||
description="Cuidamos de cada detalhe para proporcionar o melhor resultado estético e funcional."
|
||||
@@ -188,21 +97,9 @@ export default function LandingPage() {
|
||||
title="EORE em Números"
|
||||
tag="Confiança e Resultados"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.000+",
|
||||
description: "Pacientes satisfeitos",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
description: "Anos de tradição",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5/5",
|
||||
description: "Avaliação Google",
|
||||
},
|
||||
{ id: "m1", value: "5.000+", description: "Pacientes satisfeitos" },
|
||||
{ id: "m2", value: "10+", description: "Anos de tradição" },
|
||||
{ id: "m3", value: "5/5", description: "Avaliação Google" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -214,41 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
role: "Paciente",
|
||||
testimonial: "Atendimento impecável! Recomendo a todos em Araçatuba.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-looking-mirror-check-teeth-matching-before-dental-procedure_23-2148985749.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Pereira",
|
||||
role: "Paciente",
|
||||
testimonial: "Profissionais excelentes e ambiente muito acolhedor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mariana Souza",
|
||||
role: "Paciente",
|
||||
testimonial: "A reabilitação ficou perfeita, superou minhas expectativas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ricardo Alves",
|
||||
role: "Paciente",
|
||||
testimonial: "Melhor clínica da região. Qualidade e muito profissionalismo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fernanda Costa",
|
||||
role: "Paciente",
|
||||
testimonial: "Atendimento humanizado do início ao fim. Nota 10!",
|
||||
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",
|
||||
},
|
||||
{ id: "1", name: "Ana Silva", role: "Paciente", testimonial: "Atendimento impecável! Recomendo a todos em Araçatuba.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-looking-mirror-check-teeth-matching-before-dental-procedure_23-2148985749.jpg" },
|
||||
{ id: "2", name: "Carlos Pereira", role: "Paciente", testimonial: "Profissionais excelentes e ambiente muito acolhedor.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg" },
|
||||
{ id: "3", name: "Mariana Souza", role: "Paciente", testimonial: "A reabilitação ficou perfeita, superou minhas expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||
{ id: "4", name: "Ricardo Alves", role: "Paciente", testimonial: "Melhor clínica da região. Qualidade e muito profissionalismo.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg" },
|
||||
{ id: "5", name: "Fernanda Costa", role: "Paciente", testimonial: "Atendimento humanizado do início ao fim. Nota 10!", 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" },
|
||||
]}
|
||||
title="O que dizem nossos pacientes"
|
||||
description="Mais de 5.000 avaliações no Google demonstram nosso compromisso com a excelência."
|
||||
@@ -259,21 +126,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como agendar uma avaliação?",
|
||||
content: "Você pode agendar pelo nosso telefone (18) 3624-1035 ou via WhatsApp.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Quais as formas de pagamento?",
|
||||
content: "Aceitamos diversos cartões, parcelamento e convênios. Consulte nossa recepção.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Qual o horário de funcionamento?",
|
||||
content: "Abrimos de segunda a sexta, das 08:00 às 18:00.",
|
||||
},
|
||||
{ id: "f1", title: "Como agendar uma avaliação?", content: "Você pode agendar pelo nosso telefone (18) 3624-1035 ou via WhatsApp." },
|
||||
{ id: "f2", title: "Quais as formas de pagamento?", content: "Aceitamos diversos cartões, parcelamento e convênios. Consulte nossa recepção." },
|
||||
{ id: "f3", title: "Qual o horário de funcionamento?", content: "Abrimos de segunda a sexta, das 08:00 às 18:00." },
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -282,10 +137,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contato"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Agende sua Consulta"
|
||||
description="Estamos na R. Liberdade, 354, Jardim Bandeirantes, Araçatuba - SP. Entre em contato e cuide do seu sorriso hoje."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg"
|
||||
@@ -299,29 +153,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Institucional",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Tratamentos",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Institucional", items: [
|
||||
{ label: "Sobre", href: "#about" },
|
||||
{ label: "Tratamentos", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "Tel: (18) 3624-1035",
|
||||
href: "tel:+551836241035",
|
||||
},
|
||||
{
|
||||
label: "R. Liberdade, 354",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contato", items: [
|
||||
{ label: "Tel: (18) 3624-1035", href: "tel:+551836241035" },
|
||||
{ label: "R. Liberdade, 354", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user