Merge version_1 into main #2
281
src/app/page.tsx
281
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Serviços", id: "features" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Clínica Guiodente"
|
||||
/>
|
||||
@@ -57,79 +45,23 @@ export default function LandingPage() {
|
||||
title="Sorria com Confiança — Tratamentos Dentários de Alta Qualidade em Talatona"
|
||||
description="Atendimento humanizado, tecnologia moderna e resultados que transformam vidas."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Silva",
|
||||
handle: "@ana",
|
||||
testimonial: "Excelente atendimento, recomendo!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-dental-treatment-with-expander_23-2147862044.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
},
|
||||
{
|
||||
name: "Carlos M.",
|
||||
handle: "@carlos",
|
||||
testimonial: "Tratamento impecável e tecnologia de ponta.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
},
|
||||
{
|
||||
name: "Maria Sousa",
|
||||
handle: "@maria",
|
||||
testimonial: "A melhor clínica em Luanda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
},
|
||||
{
|
||||
name: "João Paulo",
|
||||
handle: "@jp",
|
||||
testimonial: "Profissionais muito atenciosos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
},
|
||||
{
|
||||
name: "Beatriz V.",
|
||||
handle: "@bia",
|
||||
testimonial: "Resultados acima da expectativa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
},
|
||||
{ name: "Ana Silva", handle: "@ana", testimonial: "Excelente atendimento, recomendo!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-dental-treatment-with-expander_23-2147862044.jpg", imageAlt: "modern dental clinic professional setting" },
|
||||
{ name: "Carlos M.", handle: "@carlos", testimonial: "Tratamento impecável e tecnologia de ponta.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg", imageAlt: "modern dental clinic professional setting" },
|
||||
{ name: "Maria Sousa", handle: "@maria", testimonial: "A melhor clínica em Luanda.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg", imageAlt: "modern dental clinic professional setting" },
|
||||
{ name: "João Paulo", handle: "@jp", testimonial: "Profissionais muito atenciosos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg", imageAlt: "modern dental clinic professional setting" },
|
||||
{ name: "Beatriz V.", handle: "@bia", testimonial: "Resultados acima da expectativa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg", imageAlt: "modern dental clinic professional setting" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Marcar Consulta no WhatsApp",
|
||||
href: "https://wa.me/244923986248",
|
||||
},
|
||||
{
|
||||
text: "Ver Serviços",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Marcar Consulta no WhatsApp", href: "https://wa.me/244923986248" },
|
||||
{ text: "Ver Serviços", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-going-through-dental-treatment-with-expander_23-2147862044.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-going-through-dental-treatment-with-expander_23-2147862044.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9769.jpg",
|
||||
alt: "Paciente sorrindo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67233.jpg",
|
||||
alt: "Dentista explicadora",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg",
|
||||
alt: "Consultório",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg",
|
||||
alt: "Dentista em ação",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
|
||||
alt: "Paciente satisfeita",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9769.jpg", alt: "Paciente sorrindo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67233.jpg", alt: "Dentista explicadora" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg", alt: "Consultório" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg", alt: "Dentista em ação" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg", alt: "Paciente satisfeita" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,41 +72,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
handle: "@ana",
|
||||
testimonial: "Atendimento fantástico!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos M.",
|
||||
handle: "@carlos",
|
||||
testimonial: "Clínica muito moderna.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Sousa",
|
||||
handle: "@maria",
|
||||
testimonial: "Confiança total nos profissionais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Joao Paulo",
|
||||
handle: "@jp",
|
||||
testimonial: "Excelente localização em Talatona.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beatriz V.",
|
||||
handle: "@bia",
|
||||
testimonial: "O melhor clareamento que já fiz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Silva", handle: "@ana", testimonial: "Atendimento fantástico!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg" },
|
||||
{ id: "2", name: "Carlos M.", handle: "@carlos", testimonial: "Clínica muito moderna.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg" },
|
||||
{ id: "3", name: "Maria Sousa", handle: "@maria", testimonial: "Confiança total nos profissionais.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg" },
|
||||
{ id: "4", name: "Joao Paulo", handle: "@jp", testimonial: "Excelente localização em Talatona.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg" },
|
||||
{ id: "5", name: "Beatriz V.", handle: "@bia", testimonial: "O melhor clareamento que já fiz.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg" },
|
||||
]}
|
||||
title="Pacientes satisfeitos com resultados reais"
|
||||
description="Veja o que dizem sobre nós."
|
||||
@@ -188,52 +90,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Limpeza Dentária",
|
||||
description: "Remoção profunda de tártaro.",
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Saúde das gengivas",
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg",
|
||||
},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-dental-treatment-with-expander_23-2147862044.jpg?_wi=3",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
title: "Limpeza Dentária", description: "Remoção profunda de tártaro.", items: [{ icon: CheckCircle, text: "Saúde das gengivas" }],
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg" },
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Clareamento",
|
||||
description: "Sorriso mais branco e natural.",
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Tecnologia segura",
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-bright-office-room-with-nobody-it_482257-15349.jpg",
|
||||
},
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dentist-chair-stomatology-room_613910-11490.jpg?_wi=3",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
title: "Clareamento", description: "Sorriso mais branco e natural.", items: [{ icon: CheckCircle, text: "Tecnologia segura" }],
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stomatology-orthodontist-bright-office-room-with-nobody-it_482257-15349.jpg" },
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Ortodontia",
|
||||
description: "Aparelhos modernos e discretos.",
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Acompanhamento mensal",
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dentist-patient-with-equipment_23-2148380347.jpg",
|
||||
},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=3",
|
||||
imageAlt: "modern dental clinic professional setting",
|
||||
title: "Ortodontia", description: "Aparelhos modernos e discretos.", items: [{ icon: CheckCircle, text: "Acompanhamento mensal" }],
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-dentist-patient-with-equipment_23-2148380347.jpg" },
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços Odontológicos"
|
||||
@@ -245,12 +114,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Sobre a Clínica Guiodente"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar no WhatsApp",
|
||||
href: "https://wa.me/244923986248",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Agendar no WhatsApp", href: "https://wa.me/244923986248" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,32 +124,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Consultas Realizadas",
|
||||
items: [
|
||||
"Qualidade",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Clientes Satisfeitos",
|
||||
items: [
|
||||
"Excelência",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5+",
|
||||
title: "Anos de Experiência",
|
||||
items: [
|
||||
"Confiança",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "1000+", title: "Consultas Realizadas", items: ["Qualidade"] },
|
||||
{ id: "m2", value: "98%", title: "Clientes Satisfeitos", items: ["Excelência"] },
|
||||
{ id: "m3", value: "5+", title: "Anos de Experiência", items: ["Confiança"] },
|
||||
]}
|
||||
title="Números que transmitem segurança"
|
||||
description="Nosso compromisso com a excelência."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -293,21 +137,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Atendem convênios?",
|
||||
content: "Trabalhamos com diversos planos.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Como marcar?",
|
||||
content: "Diretamente pelo nosso WhatsApp.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Onde ficam?",
|
||||
content: "Em Talatona, Luanda.",
|
||||
},
|
||||
{ id: "1", title: "Atendem convênios?", content: "Trabalhamos com diversos planos." },
|
||||
{ id: "2", title: "Como marcar?", content: "Diretamente pelo nosso WhatsApp." },
|
||||
{ id: "3", title: "Onde ficam?", content: "Em Talatona, Luanda." },
|
||||
]}
|
||||
sideTitle="Dúvidas frequentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -317,16 +149,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Não adie o seu sorriso. Marque sua consulta hoje mesmo!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar no WhatsApp",
|
||||
href: "https://wa.me/244923986248",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Agendar no WhatsApp", href: "https://wa.me/244923986248" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -334,30 +159,10 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
title: "Navegação", items: [{ label: "Início", href: "#hero" }, { label: "Serviços", href: "#features" }],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/244923986248",
|
||||
},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Contato", items: [{ label: "WhatsApp", href: "https://wa.me/244923986248" }, { label: "Localização", href: "#" }],
|
||||
},
|
||||
]}
|
||||
logoText="Clínica Guiodente"
|
||||
|
||||
Reference in New Issue
Block a user