Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-10 01:55:21 +00:00

View File

@@ -29,37 +29,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Sobre",
id: "about",
},
name: "Sobre", id: "about"},
{
name: "Serviços",
id: "services",
},
name: "Serviços", id: "services"},
{
name: "Diferenciais",
id: "differentials",
},
name: "Diferenciais", id: "differentials"},
{
name: "Depoimentos",
id: "testimonials",
},
name: "Depoimentos", id: "testimonials"},
{
name: "Clínica",
id: "clinic",
},
name: "Clínica", id: "clinic"},
{
name: "Pagamento",
id: "payment",
},
name: "Pagamento", id: "payment"},
{
name: "Contato",
id: "contact",
},
name: "Contato", id: "contact"},
]}
brandName="Dra. Ana Luiza Muniz Amaral Tancredi"
/>
@@ -71,56 +55,27 @@ export default function LandingPage() {
description="Tratamentos odontológicos realizados com tecnologia, cuidado e atenção personalizada para cada paciente."
testimonials={[
{
name: "Giovanna Nery",
handle: "@giovannanery",
testimonial: "Excelente profissional, extremamente humana e cuidadosa em todos os atendimentos. Todos precisam ter uma Dra. Ana Luiza na vida. Indico muito!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-woman-wearing-white-shirt-with-blonde-hair-smiling-pleasantly-while-receiving-some-positive-news-pretty-girl-looking-with-joyful-smile_176420-13579.jpg",
imageAlt: "Giovanna Nery",
},
name: "Giovanna Nery", handle: "@giovannanery", testimonial: "Excelente profissional, extremamente humana e cuidadosa em todos os atendimentos. Todos precisam ter uma Dra. Ana Luiza na vida. Indico muito!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-woman-wearing-white-shirt-with-blonde-hair-smiling-pleasantly-while-receiving-some-positive-news-pretty-girl-looking-with-joyful-smile_176420-13579.jpg", imageAlt: "Giovanna Nery"},
{
name: "Sabrina Souza",
handle: "@sabrina_souza",
testimonial: "Experiência muito especial tratar meus dentes com a Dra. Ana. Ela é muito calma, preocupada com o nosso bem-estar durante o procedimento e extremamente competente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg",
imageAlt: "Sabrina Souza",
},
name: "Sabrina Souza", handle: "@sabrina_souza", testimonial: "Experiência muito especial tratar meus dentes com a Dra. Ana. Ela é muito calma, preocupada com o nosso bem-estar durante o procedimento e extremamente competente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-dentist-showing-green-screen-display-stomatology-senior-doctor-while-examining-tooth-pain-man-patient-sittinh-dental-chair_482257-4900.jpg", imageAlt: "Sabrina Souza"},
{
name: "Allana Costa",
handle: "@allanacosta",
testimonial: "Local acolhedor e profissionais excelentes! A Dra. Ana Luiza é uma profissional maravilhosa, sempre atenciosa. Super indico e recomendo!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-looking-side-street_839833-20277.jpg",
imageAlt: "Allana Costa",
},
name: "Allana Costa", handle: "@allanacosta", testimonial: "Local acolhedor e profissionais excelentes! A Dra. Ana Luiza é uma profissional maravilhosa, sempre atenciosa. Super indico e recomendo!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-looking-side-street_839833-20277.jpg", imageAlt: "Allana Costa"},
{
name: "João Silva",
handle: "@joao_silva",
testimonial: "Minha experiência foi fantástica! Dra. Ana Luiza é muito atenciosa e o resultado superou minhas expectativas. Recomendo a todos que buscam um excelente dentista.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-making-victory-gesture-with-fingers-v-sign_176420-14910.jpg",
imageAlt: "João Silva",
},
name: "João Silva", handle: "@joao_silva", testimonial: "Minha experiência foi fantástica! Dra. Ana Luiza é muito atenciosa e o resultado superou minhas expectativas. Recomendo a todos que buscam um excelente dentista.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-making-victory-gesture-with-fingers-v-sign_176420-14910.jpg", imageAlt: "João Silva"},
{
name: "Mariana Lima",
handle: "@marilima",
testimonial: "Atendimento impecável! Desde a recepção até o procedimento, tudo foi feito com muito carinho e profissionalismo. Saí com um sorriso novo e muita confiança.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-crossed-arms-standing-brick-wall_23-2148056033.jpg",
imageAlt: "Mariana Lima",
},
name: "Mariana Lima", handle: "@marilima", testimonial: "Atendimento impecável! Desde a recepção até o procedimento, tudo foi feito com muito carinho e profissionalismo. Saí com um sorriso novo e muita confiança.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-crossed-arms-standing-brick-wall_23-2148056033.jpg", imageAlt: "Mariana Lima"},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: "Agendar Consulta",
href: "#contact",
},
text: "Agendar Consulta", href: "#contact"},
{
text: "Falar no WhatsApp",
href: "https://wa.me/5562999763821",
},
text: "Falar no WhatsApp", href: "https://wa.me/5562999763821"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg"
imageAlt="Dentista sorrindo em clínica moderna"
@@ -128,25 +83,15 @@ export default function LandingPage() {
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg",
alt: "Retrato de jovem mulher usando óculos",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg", alt: "Retrato de jovem mulher usando óculos"},
{
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051720.jpg",
alt: "Retrato de mulher de meia-idade confiante",
},
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051720.jpg", alt: "Retrato de mulher de meia-idade confiante"},
{
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg",
alt: "Close-up de mulher corporativa confiante, empresária profissional sorrindo",
},
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", alt: "Close-up de mulher corporativa confiante, empresária profissional sorrindo"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg",
alt: "Retrato de um jovem bonito",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg", alt: "Retrato de um jovem bonito"},
{
src: "http://img.b2bpic.net/free-photo/female-patient-looking-radiography-her-teeth-with-dentist_23-2148985760.jpg",
alt: "Paciente feminina olhando a radiografia dos dentes com dentista",
},
src: "http://img.b2bpic.net/free-photo/female-patient-looking-radiography-her-teeth-with-dentist_23-2148985760.jpg", alt: "Paciente feminina olhando a radiografia dos dentes com dentista"},
]}
avatarText="Junte-se aos nossos pacientes satisfeitos!"
/>
@@ -157,17 +102,10 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Sobre a ",
},
type: "text", content: "Sobre a "},
{
type: "text",
content: "Dra. Ana Luiza",
},
type: "text", content: "Dra. Ana Luiza"},
]}
description="A Dra. Ana Luiza Muniz Amaral Tancredi dedica-se a oferecer tratamentos odontológicos com excelência, ética e atenção individualizada. Seu compromisso é proporcionar saúde bucal, conforto e segurança em cada atendimento, sempre priorizando o bem-estar dos pacientes. Com experiência clínica e um ambiente acolhedor, ela garante tratamentos personalizados e um sorriso saudável para todos."
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg"
imageAlt="Retrato profissional da Dra. Ana Luiza"
/>
</div>
@@ -178,79 +116,37 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "service-1",
title: "Avaliação Odontológica",
tags: [
"Prevenção",
],
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1674.jpg",
imageAlt: "Avaliação odontológica",
},
id: "service-1", title: "Avaliação Odontológica", tags: [
"Prevenção"],
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1674.jpg", imageAlt: "Avaliação odontológica"},
{
id: "service-2",
title: "Limpeza Dental",
tags: [
"Higiene",
"Profilaxia",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg",
imageAlt: "Limpeza dental",
},
id: "service-2", title: "Limpeza Dental", tags: [
"Higiene", "Profilaxia"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", imageAlt: "Limpeza dental"},
{
id: "service-3",
title: "Clareamento Dental",
tags: [
"Estética",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg",
imageAlt: "Clareamento dental",
},
id: "service-3", title: "Clareamento Dental", tags: [
"Estética"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg", imageAlt: "Clareamento dental"},
{
id: "service-4",
title: "Restaurações",
tags: [
"Cáries",
"Reparo",
],
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67470.jpg",
imageAlt: "Restaurações dentárias",
},
id: "service-4", title: "Restaurações", tags: [
"Cáries", "Reparo"],
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67470.jpg", imageAlt: "Restaurações dentárias"},
{
id: "service-5",
title: "Tratamento de Canal",
tags: [
"Endodontia",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985812.jpg",
imageAlt: "Tratamento de canal",
},
id: "service-5", title: "Tratamento de Canal", tags: [
"Endodontia"],
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985812.jpg", imageAlt: "Tratamento de canal"},
{
id: "service-6",
title: "Próteses Dentárias",
tags: [
"Reabilitação",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-plucking-hair_23-2148783535.jpg",
imageAlt: "Próteses dentárias",
},
id: "service-6", title: "Próteses Dentárias", tags: [
"Reabilitação"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-plucking-hair_23-2148783535.jpg", imageAlt: "Próteses dentárias"},
{
id: "service-7",
title: "Odontologia Estética",
tags: [
"Harmonia",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg",
imageAlt: "Odontologia estética",
},
id: "service-7", title: "Odontologia Estética", tags: [
"Harmonia"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg", imageAlt: "Odontologia estética"},
{
id: "service-8",
title: "Prevenção e Saúde Bucal",
tags: [
"Bem-estar",
],
imageSrc: "http://img.b2bpic.net/free-photo/oral-hygiene-teeth-care-concept-curly-haired-woman-cleans-teeth-with-floss-cleans-tongue-with-cleaner-uses-toothbrush-toothpaste-poses-home_273609-38925.jpg",
imageAlt: "Prevenção e saúde bucal",
},
id: "service-8", title: "Prevenção e Saúde Bucal", tags: [
"Bem-estar"],
imageSrc: "http://img.b2bpic.net/free-photo/oral-hygiene-teeth-care-concept-curly-haired-woman-cleans-teeth-with-floss-cleans-tongue-with-cleaner-uses-toothbrush-toothpaste-poses-home_273609-38925.jpg", imageAlt: "Prevenção e saúde bucal"},
]}
title="Nossos Serviços Odontológicos"
description="Oferecemos uma gama completa de tratamentos para a saúde e beleza do seu sorriso, utilizando tecnologia avançada e um cuidado excepcional."
@@ -264,75 +160,33 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "diff-1",
title: "Atendimento Humanizado",
tags: [
"Cuidado",
"Acolhimento",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-wearing-mask-treating-female-patient_23-2147862078.jpg",
imageAlt: "Atendimento humanizado",
},
id: "diff-1", title: "Atendimento Humanizado", tags: [
"Cuidado", "Acolhimento"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-wearing-mask-treating-female-patient_23-2147862078.jpg", imageAlt: "Atendimento humanizado"},
{
id: "diff-2",
title: "Ambiente Moderno e Acolhedor",
tags: [
"Conforto",
"Bem-estar",
],
imageSrc: "http://img.b2bpic.net/free-photo/couple-assembling-bed_23-2147782392.jpg",
imageAlt: "Ambiente moderno e acolhedor",
},
id: "diff-2", title: "Ambiente Moderno e Acolhedor", tags: [
"Conforto", "Bem-estar"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-assembling-bed_23-2147782392.jpg", imageAlt: "Ambiente moderno e acolhedor"},
{
id: "diff-3",
title: "Equipamentos de Alta Tecnologia",
tags: [
"Inovação",
"Precisão",
],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-super-holding-cd-with-result-after-ultrasound_7502-9563.jpg",
imageAlt: "Equipamentos de alta tecnologia",
},
id: "diff-3", title: "Equipamentos de Alta Tecnologia", tags: [
"Inovação", "Precisão"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-super-holding-cd-with-result-after-ultrasound_7502-9563.jpg", imageAlt: "Equipamentos de alta tecnologia"},
{
id: "diff-4",
title: "Atendimento Personalizado",
tags: [
"Individual",
"Exclusivo",
],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-woman-holding-mock-up-green-screen-chroma-key-tablet-with-isolated-display-discussing-oral-hygiene-with-man-patient-stomatological-consultation-dental-office-stomatology-concept_482257-39543.jpg",
imageAlt: "Atendimento personalizado",
},
id: "diff-4", title: "Atendimento Personalizado", tags: [
"Individual", "Exclusivo"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-woman-holding-mock-up-green-screen-chroma-key-tablet-with-isolated-display-discussing-oral-hygiene-with-man-patient-stomatological-consultation-dental-office-stomatology-concept_482257-39543.jpg", imageAlt: "Atendimento personalizado"},
{
id: "diff-5",
title: "Agendamento Facilitado",
tags: [
"Praticidade",
"Rapidez",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443532.jpg",
imageAlt: "Agendamento facilitado",
},
id: "diff-5", title: "Agendamento Facilitado", tags: [
"Praticidade", "Rapidez"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443532.jpg", imageAlt: "Agendamento facilitado"},
{
id: "diff-6",
title: "Excelente Avaliação dos Pacientes",
tags: [
"Confiança",
"Qualidade",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-holding-papers-photo-show-what-treatment-will-look-like-patient-s-teeth_158595-7618.jpg",
imageAlt: "Avaliação dos pacientes",
},
id: "diff-6", title: "Excelente Avaliação dos Pacientes", tags: [
"Confiança", "Qualidade"],
imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-holding-papers-photo-show-what-treatment-will-look-like-patient-s-teeth_158595-7618.jpg", imageAlt: "Avaliação dos pacientes"},
{
id: "diff-7",
title: "Localização Privilegiada em Goiânia",
tags: [
"Acesso",
"Conveniência",
],
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-filling-dental-document-sitting-chiar-waiting-room-preparing-teeth-exemination-while-doctor-working-background-concept-crowded-professional-orthodontist-office_482257-3585.jpg",
imageAlt: "Localização privilegiada",
},
id: "diff-7", title: "Localização Privilegiada em Goiânia", tags: [
"Acesso", "Conveniência"],
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-filling-dental-document-sitting-chiar-waiting-room-preparing-teeth-exemination-while-doctor-working-background-concept-crowded-professional-orthodontist-office_482257-3585.jpg", imageAlt: "Localização privilegiada"},
]}
title="Por Que Escolher a Clínica Dra. Ana Luiza?"
description="Nossos diferenciais são a garantia de um atendimento que excede as suas expectativas e prioriza o seu bem-estar e conforto."
@@ -345,50 +199,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "test-1",
title: "Profissional Humana e Cuidadosa",
quote: "Excelente profissional, extremamente humana e cuidadosa em todos os atendimentos. Todos precisam ter uma Dra. Ana Luiza na vida. Indico muito!",
name: "Giovanna Nery",
role: "Paciente Satisfeita",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg",
imageAlt: "Giovanna Nery",
},
id: "test-1", title: "Profissional Humana e Cuidadosa", quote: "Excelente profissional, extremamente humana e cuidadosa em todos os atendimentos. Todos precisam ter uma Dra. Ana Luiza na vida. Indico muito!", name: "Giovanna Nery", role: "Paciente Satisfeita", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg", imageAlt: "Giovanna Nery"},
{
id: "test-2",
title: "Experiência Especial e Competente",
quote: "Experiência muito especial tratar meus dentes com a Dra. Ana. Ela é muito calma, preocupada com o nosso bem-estar durante o procedimento e extremamente competente.",
name: "Sabrina Souza",
role: "Paciente Satisfeita",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg",
imageAlt: "Sabrina Souza",
},
id: "test-2", title: "Experiência Especial e Competente", quote: "Experiência muito especial tratar meus dentes com a Dra. Ana. Ela é muito calma, preocupada com o nosso bem-estar durante o procedimento e extremamente competente.", name: "Sabrina Souza", role: "Paciente Satisfeita", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sabrina Souza"},
{
id: "test-3",
title: "Local Acolhedor e Profissional Maravilhosa",
quote: "Local acolhedor e profissionais excelentes! A Dra. Ana Luiza é uma profissional maravilhosa, sempre atenciosa. Super indico e recomendo!",
name: "Allana Costa",
role: "Paciente Satisfeita",
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430624.jpg",
imageAlt: "Allana Costa",
},
id: "test-3", title: "Local Acolhedor e Profissional Maravilhosa", quote: "Local acolhedor e profissionais excelentes! A Dra. Ana Luiza é uma profissional maravilhosa, sempre atenciosa. Super indico e recomendo!", name: "Allana Costa", role: "Paciente Satisfeita", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430624.jpg", imageAlt: "Allana Costa"},
{
id: "test-4",
title: "Resultado Fantástico e Atendimento Impecável",
quote: "Minha experiência foi fantástica! Dra. Ana Luiza é muito atenciosa e o resultado superou minhas expectativas. Recomendo a todos que buscam um excelente dentista.",
name: "João Silva",
role: "Paciente Satisfeito",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg",
imageAlt: "João Silva",
},
id: "test-4", title: "Resultado Fantástico e Atendimento Impecável", quote: "Minha experiência foi fantástica! Dra. Ana Luiza é muito atenciosa e o resultado superou minhas expectativas. Recomendo a todos que buscam um excelente dentista.", name: "João Silva", role: "Paciente Satisfeito", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg", imageAlt: "João Silva"},
{
id: "test-5",
title: "Um Sorriso Novo e Muita Confiança",
quote: "Atendimento impecável! Desde a recepção até o procedimento, tudo foi feito com muito carinho e profissionalismo. Saí com um sorriso novo e muita confiança.",
name: "Mariana Lima",
role: "Paciente Satisfeita",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
imageAlt: "Mariana Lima",
},
id: "test-5", title: "Um Sorriso Novo e Muita Confiança", quote: "Atendimento impecável! Desde a recepção até o procedimento, tudo foi feito com muito carinho e profissionalismo. Saí com um sorriso novo e muita confiança.", name: "Mariana Lima", role: "Paciente Satisfeita", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg", imageAlt: "Mariana Lima"},
]}
title="O Que Nossos Pacientes Dizem"
description="Nossa missão é ver você sorrir. Veja as avaliações reais de quem já transformou o sorriso conosco. ⭐ 5,0 de 5 estrelas baseado em 88 avaliações no Google."
@@ -402,50 +221,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "clinic-1",
title: "Ambiente Organizado",
tags: [
"Higiene",
],
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-teethcare-stomatology-hospital-office-with-nobody-it-equipped-with-dental-intruments-ready-orthodontist-healthcare-treatment-tooth-radiography-images-display_482257-9418.jpg",
imageAlt: "Ambiente organizado da clínica",
},
id: "clinic-1", title: "Ambiente Organizado", tags: [
"Higiene"],
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-teethcare-stomatology-hospital-office-with-nobody-it-equipped-with-dental-intruments-ready-orthodontist-healthcare-treatment-tooth-radiography-images-display_482257-9418.jpg", imageAlt: "Ambiente organizado da clínica"},
{
id: "clinic-2",
title: "Equipamentos Modernos",
tags: [
"Tecnologia",
],
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg",
imageAlt: "Equipamentos modernos da clínica",
},
id: "clinic-2", title: "Equipamentos Modernos", tags: [
"Tecnologia"],
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4424.jpg", imageAlt: "Equipamentos modernos da clínica"},
{
id: "clinic-3",
title: "Recepção Confortável",
tags: [
"Acolhimento",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg",
imageAlt: "Recepção confortável da clínica",
},
id: "clinic-3", title: "Recepção Confortável", tags: [
"Acolhimento"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", imageAlt: "Recepção confortável da clínica"},
{
id: "clinic-4",
title: "Atendimento Acolhedor",
tags: [
"Humanizado",
],
imageSrc: "http://img.b2bpic.net/free-photo/detailed-image-shows-caucasian-retired-senior-man-receiving-access-card-from-female-receptionist-registration-counter-elderly-male-tourist-giving-room-key-employee-front-desk-hotel-lobby_482257-75150.jpg",
imageAlt: "Atendimento acolhedor",
},
id: "clinic-4", title: "Atendimento Acolhedor", tags: [
"Humanizado"],
imageSrc: "http://img.b2bpic.net/free-photo/detailed-image-shows-caucasian-retired-senior-man-receiving-access-card-from-female-receptionist-registration-counter-elderly-male-tourist-giving-room-key-employee-front-desk-hotel-lobby_482257-75150.jpg", imageAlt: "Atendimento acolhedor"},
{
id: "clinic-5",
title: "Espaço Acessível para Todos",
tags: [
"Inclusão",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-with-disabilities-with-protection-mask-against-coronavirus-looking-front_482257-2407.jpg",
imageAlt: "Espaço acessível da clínica",
},
id: "clinic-5", title: "Espaço Acessível para Todos", tags: [
"Inclusão"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-with-disabilities-with-protection-mask-against-coronavirus-looking-front_482257-2407.jpg", imageAlt: "Espaço acessível da clínica"},
]}
title="Estrutura e Conforto da Clínica"
description="Nossa clínica foi projetada para oferecer um ambiente moderno, organizado e acolhedor, onde cada detalhe foi pensado para o seu conforto."
@@ -459,41 +253,21 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "access-1",
title: "Entrada Acessível para Cadeirantes",
tags: [
"Rampa",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571043.jpg",
imageAlt: "Entrada acessível para cadeirantes",
},
id: "access-1", title: "Entrada Acessível para Cadeirantes", tags: [
"Rampa"],
imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571043.jpg", imageAlt: "Entrada acessível para cadeirantes"},
{
id: "access-2",
title: "Banheiro Acessível",
tags: [
"Adaptado",
],
imageSrc: "http://img.b2bpic.net/free-photo/view-small-bathroom-with-modern-style-decor-furniture_23-2150864760.jpg",
imageAlt: "Banheiro acessível",
},
id: "access-2", title: "Banheiro Acessível", tags: [
"Adaptado"],
imageSrc: "http://img.b2bpic.net/free-photo/view-small-bathroom-with-modern-style-decor-furniture_23-2150864760.jpg", imageAlt: "Banheiro acessível"},
{
id: "access-3",
title: "Estacionamento Acessível",
tags: [
"Vagas",
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-waiting-bus_23-2149552190.jpg",
imageAlt: "Estacionamento acessível",
},
id: "access-3", title: "Estacionamento Acessível", tags: [
"Vagas"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-waiting-bus_23-2149552190.jpg", imageAlt: "Estacionamento acessível"},
{
id: "access-4",
title: "Espaços Adaptados",
tags: [
"Mobilidade",
],
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg",
imageAlt: "Espaços adaptados para mobilidade reduzida",
},
id: "access-4", title: "Espaços Adaptados", tags: [
"Mobilidade"],
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-consultation-with-black-medic-modern-clinic-lobby_482257-131071.jpg", imageAlt: "Espaços adaptados para mobilidade reduzida"},
]}
title="Acessibilidade para Todos"
description="Comprometidos com a inclusão, oferecemos instalações totalmente adaptadas para garantir que todos os pacientes tenham acesso confortável e seguro."
@@ -507,42 +281,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "pay-1",
title: "Cartões de Crédito",
tags: [
"Flexibilidade",
],
imageSrc: "http://img.b2bpic.net/free-photo/guest-booking-tour-hotel_53876-15229.jpg",
imageAlt: "Cartões de Crédito",
},
id: "pay-1", title: "Cartões de Crédito", tags: [
"Flexibilidade"],
imageSrc: "http://img.b2bpic.net/free-photo/guest-booking-tour-hotel_53876-15229.jpg", imageAlt: "Cartões de Crédito"},
{
id: "pay-2",
title: "Cartões de Débito",
tags: [
"Praticidade",
],
imageSrc: "http://img.b2bpic.net/free-photo/payment-machine-pos-terminal-with-paper-receipt_107791-17923.jpg",
imageAlt: "Cartões de Débito",
},
id: "pay-2", title: "Cartões de Débito", tags: [
"Praticidade"],
imageSrc: "http://img.b2bpic.net/free-photo/payment-machine-pos-terminal-with-paper-receipt_107791-17923.jpg", imageAlt: "Cartões de Débito"},
{
id: "pay-3",
title: "Pagamentos por NFC",
tags: [
"Tecnologia",
],
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167239.jpg",
imageAlt: "Pagamentos por NFC",
},
id: "pay-3", title: "Pagamentos por NFC", tags: [
"Tecnologia"],
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167239.jpg", imageAlt: "Pagamentos por NFC"},
{
id: "pay-4",
title: "Pix",
tags: [
"Rapidez",
"Instantâneo",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-smartphones_23-2149303398.jpg",
imageAlt: "Pagamento via Pix",
},
id: "pay-4", title: "Pix", tags: [
"Rapidez", "Instantâneo"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-smartphones_23-2149303398.jpg", imageAlt: "Pagamento via Pix"},
]}
title="Facilidade nas Formas de Pagamento"
description="Pensando na sua comodidade, aceitamos diversas opções para você cuidar da sua saúde bucal sem preocupações."
@@ -556,28 +309,17 @@ export default function LandingPage() {
description="Preencha o formulário abaixo e entraremos em contato para confirmar seu agendamento e esclarecer suas dúvidas."
inputs={[
{
name: "Nome",
type: "text",
placeholder: "Seu nome completo",
required: true,
name: "Nome", type: "text", placeholder: "Seu nome completo", required: true,
},
{
name: "Telefone",
type: "tel",
placeholder: "Seu telefone com DDD",
required: true,
name: "Telefone", type: "tel", placeholder: "Seu telefone com DDD", required: true,
},
{
name: "Email",
type: "email",
placeholder: "Seu melhor e-mail",
required: false,
name: "Email", type: "email", placeholder: "Seu melhor e-mail", required: false,
},
]}
textarea={{
name: "Mensagem",
placeholder: "Sua mensagem ou qual serviço te interessa?",
rows: 4,
name: "Mensagem", placeholder: "Sua mensagem ou qual serviço te interessa?", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/joyful-woman-using-laptop-spending-time-with-husband-home_651396-1992.jpg"
@@ -595,49 +337,31 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Sobre",
href: "#about",
},
label: "Sobre", href: "#about"},
{
label: "Serviços",
href: "#services",
},
label: "Serviços", href: "#services"},
],
},
{
items: [
{
label: "Diferenciais",
href: "#differentials",
},
label: "Diferenciais", href: "#differentials"},
{
label: "Depoimentos",
href: "#testimonials",
},
label: "Depoimentos", href: "#testimonials"},
{
label: "Clínica",
href: "#clinic",
},
label: "Clínica", href: "#clinic"},
],
},
{
items: [
{
label: "Contato",
href: "#contact",
},
label: "Contato", href: "#contact"},
{
label: "WhatsApp",
href: "https://wa.me/5562999763821",
},
label: "WhatsApp", href: "https://wa.me/5562999763821"},
{
label: "Localização",
href: "https://www.google.com/maps/place/8PCG%2BWQ+-+Setor+Aeroporto,+Goi%C3%A2nia+-+GO",
},
label: "Localização", href: "https://www.google.com/maps/place/8PCG%2BWQ+-+Setor+Aeroporto,+Goi%C3%A2nia+-+GO"},
],
},
]}