Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,33 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "#servicos",
|
||||
},
|
||||
name: "Serviços", id: "#servicos"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#sobre",
|
||||
},
|
||||
name: "Sobre", id: "#sobre"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#depoimentos",
|
||||
},
|
||||
name: "Depoimentos", id: "#depoimentos"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
name: "Contato", id: "#contato"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/medicine-uniform-healthcare-medical-workers-day-top-view_185193-108313.jpg"
|
||||
logoAlt="Logo da Clínica [NOME DA CLÍNICA]"
|
||||
brandName="[NOME DA CLÍNICA]"
|
||||
button={{
|
||||
text: "Agendar Consulta",
|
||||
href: "#contato",
|
||||
}}
|
||||
text: "Agendar Consulta", href: "#contato"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,39 +56,23 @@ export default function LandingPage() {
|
||||
description="Atendimento humanizado com tecnologia de ponta para o seu sorriso perfeito."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta",
|
||||
href: "#contato",
|
||||
},
|
||||
text: "Agendar Consulta", href: "#contato"},
|
||||
{
|
||||
text: "Conheça Nossos Serviços",
|
||||
href: "#servicos",
|
||||
},
|
||||
text: "Conheça Nossos Serviços", href: "#servicos"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-blue-november-template_23-2149818262.jpg",
|
||||
imageAlt: "Abstract dental background with white and blue tones",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-blue-november-template_23-2149818262.jpg", imageAlt: "Abstract dental background with white and blue tones"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-117924.jpg",
|
||||
imageAlt: "Abstract blue and gold wave background for dental clinic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-117924.jpg", imageAlt: "Abstract blue and gold wave background for dental clinic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-flowing-strands-design_1048-12166.jpg",
|
||||
imageAlt: "Minimalist white and blue gradient with subtle golden accents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-flowing-strands-design_1048-12166.jpg", imageAlt: "Minimalist white and blue gradient with subtle golden accents"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8234.jpg",
|
||||
imageAlt: "Clean teal and white abstract background for a dental practice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8234.jpg", imageAlt: "Clean teal and white abstract background for a dental practice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knead-clay-dough-with-sculpting-tools-against-blue-background_23-2148164388.jpg",
|
||||
imageAlt: "Modern abstract background with soft blue and gold elements",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knead-clay-dough-with-sculpting-tools-against-blue-background_23-2148164388.jpg", imageAlt: "Modern abstract background with soft blue and gold elements"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-long-crystal-dual-pink-background_23-2147948637.jpg",
|
||||
imageAlt: "Organic fluid shapes in white, gold, and blue, representing health",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-long-crystal-dual-pink-background_23-2147948637.jpg", imageAlt: "Organic fluid shapes in white, gold, and blue, representing health"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -114,29 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "pacientes",
|
||||
icon: Users,
|
||||
title: "Pacientes Atendidos",
|
||||
value: "+2.000",
|
||||
},
|
||||
id: "pacientes", icon: Users,
|
||||
title: "Pacientes Atendidos", value: "+2.000"},
|
||||
{
|
||||
id: "experiencia",
|
||||
icon: Award,
|
||||
title: "Anos de Experiência",
|
||||
value: "15",
|
||||
},
|
||||
id: "experiencia", icon: Award,
|
||||
title: "Anos de Experiência", value: "15"},
|
||||
{
|
||||
id: "satisfacao",
|
||||
icon: Smile,
|
||||
title: "Satisfação dos Clientes",
|
||||
value: "98%",
|
||||
},
|
||||
id: "satisfacao", icon: Smile,
|
||||
title: "Satisfação dos Clientes", value: "98%"},
|
||||
{
|
||||
id: "especialidades",
|
||||
icon: Shield,
|
||||
title: "Especialidades",
|
||||
value: "8",
|
||||
},
|
||||
id: "especialidades", icon: Shield,
|
||||
title: "Especialidades", value: "8"},
|
||||
]}
|
||||
title="Nossa Excelência em Números"
|
||||
description="Com anos de experiência e milhares de sorrisos transformados, nossos resultados falam por si."
|
||||
@@ -149,41 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Clareamento Dental",
|
||||
description: "Transforme seu sorriso com o clareamento profissional, removendo manchas e revelando dentes mais brancos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65417.jpg",
|
||||
imageAlt: "Clareamento dental",
|
||||
},
|
||||
title: "Clareamento Dental", description: "Transforme seu sorriso com o clareamento profissional, removendo manchas e revelando dentes mais brancos.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65417.jpg", imageAlt: "Clareamento dental"},
|
||||
{
|
||||
title: "Implantes Dentários",
|
||||
description: "Recupere a função e a estética com implantes dentários modernos, oferecendo soluções duradouras para dentes perdidos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg",
|
||||
imageAlt: "Implantes dentários",
|
||||
},
|
||||
title: "Implantes Dentários", description: "Recupere a função e a estética com implantes dentários modernos, oferecendo soluções duradouras para dentes perdidos.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg", imageAlt: "Implantes dentários"},
|
||||
{
|
||||
title: "Ortodontia",
|
||||
description: "Alinhe seus dentes e melhore sua mordida com tratamentos ortodônticos personalizados, incluindo aparelhos fixos e alinhadores invisíveis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg",
|
||||
imageAlt: "Ortodontia",
|
||||
},
|
||||
title: "Ortodontia", description: "Alinhe seus dentes e melhore sua mordida com tratamentos ortodônticos personalizados, incluindo aparelhos fixos e alinhadores invisíveis.", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg", imageAlt: "Ortodontia"},
|
||||
{
|
||||
title: "Endodontia",
|
||||
description: "Tratamento de canal preciso e confortável para preservar dentes comprometidos e aliviar a dor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-installing-filling-tooth_169016-66868.jpg",
|
||||
imageAlt: "Endodontia",
|
||||
},
|
||||
title: "Endodontia", description: "Tratamento de canal preciso e confortável para preservar dentes comprometidos e aliviar a dor.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-installing-filling-tooth_169016-66868.jpg", imageAlt: "Endodontia"},
|
||||
{
|
||||
title: "Próteses Dentárias",
|
||||
description: "Reabilitação oral com próteses fixas e removíveis, devolvendo a mastigação e a confiança ao seu sorriso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-something-teeth-model_23-2149195934.jpg",
|
||||
imageAlt: "Próteses dentárias",
|
||||
},
|
||||
title: "Próteses Dentárias", description: "Reabilitação oral com próteses fixas e removíveis, devolvendo a mastigação e a confiança ao seu sorriso.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-something-teeth-model_23-2149195934.jpg", imageAlt: "Próteses dentárias"},
|
||||
{
|
||||
title: "Odontopediatria",
|
||||
description: "Cuidado odontológico especializado para crianças, garantindo a saúde bucal dos pequenos desde os primeiros anos de vida.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-cute-little-girl-giving-thumbs-up_651396-2543.jpg",
|
||||
imageAlt: "Odontopediatria",
|
||||
},
|
||||
title: "Odontopediatria", description: "Cuidado odontológico especializado para crianças, garantindo a saúde bucal dos pequenos desde os primeiros anos de vida.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-cute-little-girl-giving-thumbs-up_651396-2543.jpg", imageAlt: "Odontopediatria"},
|
||||
]}
|
||||
title="Nossos Serviços Odontológicos"
|
||||
description="Oferecemos uma gama completa de tratamentos para garantir a saúde e a beleza do seu sorriso, com tecnologia de ponta e cuidado humanizado."
|
||||
@@ -196,9 +132,7 @@ export default function LandingPage() {
|
||||
title="A Clínica [NOME DA CLÍNICA]: Excelência e Cuidado"
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça Nossa Equipe",
|
||||
href: "#equipe",
|
||||
},
|
||||
text: "Conheça Nossa Equipe", href: "#equipe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,65 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Clara S.",
|
||||
date: "20 de Maio, 2024",
|
||||
title: "Resultados Incríveis!",
|
||||
quote: "A equipe da Clínica [NOME DA CLÍNICA] é fantástica! Fiz meu clareamento e o resultado superou todas as minhas expectativas. Recomendo de olhos fechados!",
|
||||
tag: "Clareamento",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-woman-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-beige_158538-25966.jpg",
|
||||
avatarAlt: "Avatar de Ana Clara S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-adult-blond-woman-with-tattoo-leaning-face-palms-smiling-lovely-making-romantic-gazes-camera-feeling-soft-silk-skin-applying-cosmetics-mask-skincare-products_176420-50663.jpg",
|
||||
imageAlt: "Ana Clara S. sorrindo após o tratamento",
|
||||
},
|
||||
id: "1", name: "Ana Clara S.", date: "20 de Maio, 2024", title: "Resultados Incríveis!", quote: "A equipe da Clínica [NOME DA CLÍNICA] é fantástica! Fiz meu clareamento e o resultado superou todas as minhas expectativas. Recomendo de olhos fechados!", tag: "Clareamento", avatarSrc: "http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-woman-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-beige_158538-25966.jpg", avatarAlt: "Avatar de Ana Clara S.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-adult-blond-woman-with-tattoo-leaning-face-palms-smiling-lovely-making-romantic-gazes-camera-feeling-soft-silk-skin-applying-cosmetics-mask-skincare-products_176420-50663.jpg", imageAlt: "Ana Clara S. sorrindo após o tratamento"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Paulo M.",
|
||||
date: "10 de Abril, 2024",
|
||||
title: "Atendimento Humanizado",
|
||||
quote: "Desde a recepção até o procedimento, fui muito bem atendido. O Dr. [Nome do Dentista] é um excelente profissional. Minha saúde bucal nunca esteve tão boa!",
|
||||
tag: "Manutenção",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9587.jpg",
|
||||
avatarAlt: "Avatar de João Paulo M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-beard-smiling-taking-selfie_176420-18044.jpg",
|
||||
imageAlt: "João Paulo M. com um sorriso confiante",
|
||||
},
|
||||
id: "2", name: "João Paulo M.", date: "10 de Abril, 2024", title: "Atendimento Humanizado", quote: "Desde a recepção até o procedimento, fui muito bem atendido. O Dr. [Nome do Dentista] é um excelente profissional. Minha saúde bucal nunca esteve tão boa!", tag: "Manutenção", avatarSrc: "http://img.b2bpic.net/free-photo/classic-studio-portrait-black-american-male-dressed-suit-grey-vignette-background_613910-9587.jpg", avatarAlt: "Avatar de João Paulo M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-beard-smiling-taking-selfie_176420-18044.jpg", imageAlt: "João Paulo M. com um sorriso confiante"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mariana L.",
|
||||
date: "05 de Março, 2024",
|
||||
title: "Melhor Escolha para Meus Filhos",
|
||||
quote: "Levei meus filhos para a primeira consulta e eles adoraram! A Dra. [Nome da Dentista] tem um jeito especial com as crianças. Agora eles não têm medo de dentista!",
|
||||
tag: "Odontopediatria",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-blue-wall-studio-positive-brunette-model-having-fun-going-crazy-cheerful-happy_158538-20367.jpg",
|
||||
avatarAlt: "Avatar de Mariana L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-natural-stylish-makeup-perfect-clean-skin-sexy-model-with-long-curly-hair-posing-studio-yellow-background_158538-21893.jpg",
|
||||
imageAlt: "Mariana L. e seus filhos felizes na clínica",
|
||||
},
|
||||
id: "3", name: "Mariana L.", date: "05 de Março, 2024", title: "Melhor Escolha para Meus Filhos", quote: "Levei meus filhos para a primeira consulta e eles adoraram! A Dra. [Nome da Dentista] tem um jeito especial com as crianças. Agora eles não têm medo de dentista!", tag: "Odontopediatria", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-blue-wall-studio-positive-brunette-model-having-fun-going-crazy-cheerful-happy_158538-20367.jpg", avatarAlt: "Avatar de Mariana L.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-natural-stylish-makeup-perfect-clean-skin-sexy-model-with-long-curly-hair-posing-studio-yellow-background_158538-21893.jpg", imageAlt: "Mariana L. e seus filhos felizes na clínica"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Eduardo F.",
|
||||
date: "18 de Fevereiro, 2024",
|
||||
title: "Implantes com Segurança",
|
||||
quote: "Estava apreensivo com os implantes, mas o processo foi tranquilo e o resultado ficou perfeito. Sinto como se tivesse meus dentes de volta. Profissionais de primeira!",
|
||||
tag: "Implantes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5596.jpg",
|
||||
avatarAlt: "Avatar de Carlos Eduardo F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-73342.jpg",
|
||||
imageAlt: "Carlos Eduardo F. após o procedimento de implantes",
|
||||
},
|
||||
id: "4", name: "Carlos Eduardo F.", date: "18 de Fevereiro, 2024", title: "Implantes com Segurança", quote: "Estava apreensivo com os implantes, mas o processo foi tranquilo e o resultado ficou perfeito. Sinto como se tivesse meus dentes de volta. Profissionais de primeira!", tag: "Implantes", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5596.jpg", avatarAlt: "Avatar de Carlos Eduardo F.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-73342.jpg", imageAlt: "Carlos Eduardo F. após o procedimento de implantes"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beatriz V.",
|
||||
date: "22 de Janeiro, 2024",
|
||||
title: "Cuidado e Eficiência",
|
||||
quote: "A Clínica [NOME DA CLÍNICA] realmente se destaca pelo profissionalismo e atenção aos detalhes. Minha experiência com a ortodontia foi impecável.",
|
||||
tag: "Ortodontia",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777598.jpg",
|
||||
avatarAlt: "Avatar de Beatriz V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-pen-looking-camera_23-2147771780.jpg",
|
||||
imageAlt: "Beatriz V. na cadeira do dentista com sorriso",
|
||||
},
|
||||
id: "5", name: "Beatriz V.", date: "22 de Janeiro, 2024", title: "Cuidado e Eficiência", quote: "A Clínica [NOME DA CLÍNICA] realmente se destaca pelo profissionalismo e atenção aos detalhes. Minha experiência com a ortodontia foi impecável.", tag: "Ortodontia", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777598.jpg", avatarAlt: "Avatar de Beatriz V.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-pen-looking-camera_23-2147771780.jpg", imageAlt: "Beatriz V. na cadeira do dentista com sorriso"},
|
||||
]}
|
||||
title="Sorrisos que Inspiram Confiança"
|
||||
description="Veja o que nossos pacientes dizem sobre a experiência transformadora na Clínica [NOME DA CLÍNICA]."
|
||||
@@ -282,11 +166,10 @@ export default function LandingPage() {
|
||||
description="Agende sua consulta hoje e dê o primeiro passo em direção a uma saúde bucal impecável e um sorriso radiante. Nossa equipe está esperando por você!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta Agora",
|
||||
href: "#contato",
|
||||
},
|
||||
text: "Agendar Consulta Agora", href: "#contato"},
|
||||
]}
|
||||
showCard={false}
|
||||
names={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -294,8 +177,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em Contato Conosco"
|
||||
description="Estamos prontos para atender você. Preencha o formulário ou utilize nossos contatos diretos para agendar sua consulta ou tirar suas dúvidas. Seu sorriso é a nossa prioridade!"
|
||||
@@ -314,58 +196,35 @@ export default function LandingPage() {
|
||||
logoText="[NOME DA CLÍNICA]"
|
||||
columns={[
|
||||
{
|
||||
title: "Links Rápidos",
|
||||
items: [
|
||||
title: "Links Rápidos", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Serviços", href: "#servicos"},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#sobre",
|
||||
},
|
||||
label: "Sobre", href: "#sobre"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Serviços",
|
||||
items: [
|
||||
title: "Serviços", items: [
|
||||
{
|
||||
label: "Clareamento",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Clareamento", href: "#servicos"},
|
||||
{
|
||||
label: "Implantes",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Implantes", href: "#servicos"},
|
||||
{
|
||||
label: "Ortodontia",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Ortodontia", href: "#servicos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "Agende sua Consulta",
|
||||
href: "#contato",
|
||||
},
|
||||
label: "Agende sua Consulta", href: "#contato"},
|
||||
{
|
||||
label: "(XX) XXXXX-XXXX",
|
||||
href: "tel:+55XXXXXXX-XXXX",
|
||||
},
|
||||
label: "(XX) XXXXX-XXXX", href: "tel:+55XXXXXXX-XXXX"},
|
||||
{
|
||||
label: "contato@[NOMEDACLINICA].com.br",
|
||||
href: "mailto:contato@[NOMEDACLINICA].com.br",
|
||||
},
|
||||
label: "contato@[NOMEDACLINICA].com.br", href: "mailto:contato@[NOMEDACLINICA].com.br"},
|
||||
{
|
||||
label: "Rua Fictícia, 123 - Centro, [CIDADE] - XX",
|
||||
href: "#",
|
||||
},
|
||||
label: "Rua Fictícia, 123 - Centro, [CIDADE] - XX", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user