Merge version_1_1781996478664 into main #1
@@ -10,202 +10,106 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="O sorriso dos seus sonhos com o cuidado que você merece."
|
||||
description="Transformamos sorrisos em Maputo com tecnologia de ponta, conforto absoluto e um atendimento humanizado dedicado à sua autoestima."
|
||||
primaryButton={{
|
||||
text: "Agendar Avaliação",
|
||||
href: "https://wa.me/258840000000",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Conheça nossos Serviços",
|
||||
href: "#services",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
brand="O sorriso dos seus sonhos com o cuidado que você merece."
|
||||
description="Transformamos sorrisos em Maputo com tecnologia de ponta, conforto absoluto e um atendimento humanizado dedicado à sua autoestima."
|
||||
primaryButton={{
|
||||
text: "Agendar Avaliação", href: "https://wa.me/258840000000"}}
|
||||
secondaryButton={{
|
||||
text: "Conheça nossos Serviços", href: "#services"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Nossa missão é devolver a confiança no seu sorriso."
|
||||
primaryButton={{
|
||||
text: "Saiba mais",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="Nossa missão é devolver a confiança no seu sorriso."
|
||||
primaryButton={{
|
||||
text: "Saiba mais", href: "#contact"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Nossas Especialidades"
|
||||
title="Tratamentos de Alta Performance"
|
||||
description="Tecnologia e expertise unidas para entregar resultados impecáveis."
|
||||
items={[
|
||||
{
|
||||
title: "Implantes Dentários",
|
||||
description: "Soluções definitivas para reposição dental.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-center-template-design_23-2150149118.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ortodontia",
|
||||
description: "Sorriso alinhado com aparelhos invisíveis.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pediatric-dentist-talking-with-little-girl-dental-office_651396-2539.jpg",
|
||||
},
|
||||
{
|
||||
title: "Estética Dental",
|
||||
description: "Clareamento e lentes de contato personalizadas.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-medical-suit-with-red-mask-blue-background-virus-covid-pandemic-vaccine-medicine-drug-hospital_140725-156918.jpg",
|
||||
},
|
||||
{
|
||||
title: "Odontopediatria",
|
||||
description: "Atendimento carinhoso para os pequenos.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-human-tooth-anatomy_183364-123715.jpg",
|
||||
},
|
||||
{
|
||||
title: "Clínica Geral",
|
||||
description: "Prevenção e cuidados contínuos.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-dentists-office-dentist-examining-child-patients-teeth-dentistry-concept_169016-67014.jpg",
|
||||
},
|
||||
{
|
||||
title: "Endodontia",
|
||||
description: "Tratamento de canal com máximo conforto.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-background_1232-2897.jpg",
|
||||
},
|
||||
{
|
||||
title: "Periodontia",
|
||||
description: "Cuidados com a saúde da sua gengiva.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-with-smart-glasses-touching-virtual-screen-medical-technology_53876-124701.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nossas Especialidades"
|
||||
title="Tratamentos de Alta Performance"
|
||||
description="Tecnologia e expertise unidas para entregar resultados impecáveis."
|
||||
items={[
|
||||
{ title: "Implantes Dentários", description: "Soluções definitivas para reposição dental.", href: "#", imageSrc: "http://img.b2bpic.net/free-vector/medical-center-template-design_23-2150149118.jpg" },
|
||||
{ title: "Ortodontia", description: "Sorriso alinhado com aparelhos invisíveis.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pediatric-dentist-talking-with-little-girl-dental-office_651396-2539.jpg" },
|
||||
{ title: "Estética Dental", description: "Clareamento e lentes de contato personalizadas.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-medical-suit-with-red-mask-blue-background-virus-covid-pandemic-vaccine-medicine-drug-hospital_140725-156918.jpg" },
|
||||
{ title: "Odontopediatria", description: "Atendimento carinhoso para os pequenos.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-human-tooth-anatomy_183364-123715.jpg" },
|
||||
{ title: "Clínica Geral", description: "Prevenção e cuidados contínuos.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/girl-dentists-office-dentist-examining-child-patients-teeth-dentistry-concept_169016-67014.jpg" },
|
||||
{ title: "Endodontia", description: "Tratamento de canal com máximo conforto.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-background_1232-2897.jpg" },
|
||||
{ title: "Periodontia", description: "Cuidados com a saúde da sua gengiva.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-with-smart-glasses-touching-virtual-screen-medical-technology_53876-124701.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="differentiators" data-section="differentiators">
|
||||
<SectionErrorBoundary name="differentiators">
|
||||
<div id="differentiators" data-section="differentiators">
|
||||
<SectionErrorBoundary name="differentiators">
|
||||
<MetricsMediaCards
|
||||
tag="Por que nos escolher"
|
||||
title="Excelência em cada detalhe"
|
||||
description="Combinamos rigor científico com um ambiente acolhedor para a sua melhor experiência."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Biossegurança",
|
||||
description: "Protocolos rigorosos de esterilização.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122044.jpg",
|
||||
},
|
||||
{
|
||||
value: "Premium",
|
||||
title: "Tecnologia",
|
||||
description: "Equipamentos de última geração.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111128.jpg",
|
||||
},
|
||||
{
|
||||
value: "Humanizado",
|
||||
title: "Atendimento",
|
||||
description: "Cuidado focado no seu bem-estar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Por que nos escolher"
|
||||
title="Excelência em cada detalhe"
|
||||
description="Combinamos rigor científico com um ambiente acolhedor para a sua melhor experiência."
|
||||
metrics={[
|
||||
{ value: "100%", title: "Biossegurança", description: "Protocolos rigorosos de esterilização.", imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122044.jpg" },
|
||||
{ value: "Premium", title: "Tecnologia", description: "Equipamentos de última geração.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111128.jpg" },
|
||||
{ value: "Humanizado", title: "Atendimento", description: "Cuidado focado no seu bem-estar.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Depo \"Depoimentos"
|
||||
title="O que nossos pacientes dizem"
|
||||
description="Transformar sorrisos é a nossa maior recompensa."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Silva",
|
||||
role: "Paciente",
|
||||
quote: "Atendimento impecável! Recuperei minha confiança em sorrir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-makes-photo-outdoors_146671-15113.jpg",
|
||||
},
|
||||
{
|
||||
name: "Pedro Santos",
|
||||
role: "Paciente",
|
||||
quote: "Tecnologia e carinho em um só lugar. Recomendo muito.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria João",
|
||||
role: "Paciente",
|
||||
quote: "Ambiente acolhedor e profissionalismo total.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
},
|
||||
{
|
||||
name: "Luís Carlos",
|
||||
role: "Paciente",
|
||||
quote: "O melhor consultório de Maputo, sem dúvida.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sofia Gomes",
|
||||
role: "Paciente",
|
||||
quote: "Meu tratamento foi tranquilo e o resultado fantástico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Depoimentos"
|
||||
title="O que nossos pacientes dizem"
|
||||
description="Transformar sorrisos é a nossa maior recompensa."
|
||||
testimonials={[
|
||||
{ name: "Ana Silva", role: "Paciente", quote: "Atendimento impecável! Recuperei minha confiança em sorrir.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-makes-photo-outdoors_146671-15113.jpg" },
|
||||
{ name: "Pedro Santos", role: "Paciente", quote: "Tecnologia e carinho em um só lugar. Recomendo muito.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg" },
|
||||
{ name: "Maria João", role: "Paciente", quote: "Ambiente acolhedor e profissionalismo total.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg" },
|
||||
{ name: "Luís Carlos", role: "Paciente", quote: "O melhor consultório de Maputo, sem dúvida.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg" },
|
||||
{ name: "Sofia Gomes", role: "Paciente", quote: "Meu tratamento foi tranquilo e o resultado fantástico.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Dúvidas Comuns"
|
||||
title="Perguntas Frequentes"
|
||||
items={[
|
||||
{
|
||||
question: "Aceitam plano de saúde?",
|
||||
answer: "Atendemos diversos convênios. Entre em contato para confirmar o seu.",
|
||||
},
|
||||
{
|
||||
question: "Como agendo uma avaliação?",
|
||||
answer: "Clique no botão de WhatsApp em nosso site ou fale conosco pelo telefone.",
|
||||
},
|
||||
{
|
||||
question: "Qual a localização da clínica?",
|
||||
answer: "Estamos localizados em Maputo, no centro da cidade, com estacionamento privativo.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-19476.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Dúvidas Comuns"
|
||||
title="Perguntas Frequentes"
|
||||
items={[
|
||||
{ question: "Aceitam plano de saúde?", answer: "Atendemos diversos convênios. Entre em contato para confirmar o seu." },
|
||||
{ question: "Como agendo uma avaliação?", answer: "Clique no botão de WhatsApp em nosso site ou fale conosco pelo telefone." },
|
||||
{ question: "Qual a localização da clínica?", answer: "Estamos localizados em Maputo, no centro da cidade, com estacionamento privativo." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-19476.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Agende sua Consulta"
|
||||
text="Estamos prontos para cuidar do seu sorriso hoje. Entre em contato e marque sua avaliação."
|
||||
primaryButton={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/258840000000",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Ligar agora",
|
||||
href: "tel:+258840000000",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Agende sua Consulta"
|
||||
text="Estamos prontos para cuidar do seu sorriso hoje. Entre em contato e marque sua avaliação."
|
||||
primaryButton={{ text: "WhatsApp", href: "https://wa.me/258840000000" }}
|
||||
secondaryButton={{ text: "Ligar agora", href: "tel:+258840000000" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user