Update src/app/page.tsx
This commit is contained in:
295
src/app/page.tsx
295
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Activity, Award, CheckCircle, Heart, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Activity, Award, CheckCircle, Heart, TrendingUp, Users, Zap, Hand, Run, Waves } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,42 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nós", id: "#about"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Serviços", id: "#services"},
|
||||
{
|
||||
name: "Planos",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Planos", id: "#plans"},
|
||||
{
|
||||
name: "Equipe",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Equipe", id: "#team"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Agende Agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Agende Agora", href: "#contact"}}
|
||||
brandName="DUPLO Fisioterapia"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,87 +58,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Recupere o Movimento, Viva Sem Dor."
|
||||
description="Na DUPLO Fisioterapia, combinamos expertise e inovação para restaurar sua saúde e bem-estar, oferecendo tratamentos personalizados que realmente funcionam."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Anos de Experiência",
|
||||
},
|
||||
value: "15+", label: "Anos de Experiência"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfação do Cliente",
|
||||
},
|
||||
value: "98%", label: "Satisfação do Cliente"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Pacientes Recuperados",
|
||||
},
|
||||
value: "5000+", label: "Pacientes Recuperados"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Sua Jornada para o Bem-Estar"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agende sua Consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agende sua Consulta", href: "#contact"},
|
||||
{
|
||||
text: "Conheça Nossos Tratamentos",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Conheça Nossos Tratamentos", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-adjusting-medical-device-male-patient_23-2148328426.jpg"
|
||||
imageAlt="Fisioterapeuta auxiliando paciente na recuperação"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smart-fashionable-blogger-female-modern-clothes-glasses-poses-with-digital-tablet-isolated-gray-background_613910-18487.jpg",
|
||||
alt: "Cliente satisfeito 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smart-fashionable-blogger-female-modern-clothes-glasses-poses-with-digital-tablet-isolated-gray-background_613910-18487.jpg", alt: "Cliente satisfeito 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-with-flowers_23-2148891709.jpg",
|
||||
alt: "Cliente satisfeito 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-with-flowers_23-2148891709.jpg", alt: "Cliente satisfeito 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-hugging-pillow_23-2149319632.jpg",
|
||||
alt: "Cliente satisfeito 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-hugging-pillow_23-2149319632.jpg", alt: "Cliente satisfeito 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-being-stylish_23-2149012616.jpg",
|
||||
alt: "Cliente satisfeito 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-being-stylish_23-2149012616.jpg", alt: "Cliente satisfeito 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-confident_1298-284.jpg",
|
||||
alt: "Cliente satisfeito 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-confident_1298-284.jpg", alt: "Cliente satisfeito 5"},
|
||||
]}
|
||||
avatarText="Junte-se a mais de 5.000 pacientes recuperados!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bem-estar garantido",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Bem-estar garantido", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cuidado personalizado",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Cuidado personalizado", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tecnologia e inovação",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Tecnologia e inovação", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Equipe qualificada",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Equipe qualificada", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Resultados comprovados",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Resultados comprovados", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -169,19 +120,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Atendimento Humanizado",
|
||||
value: "Foco Total no Paciente",
|
||||
},
|
||||
label: "Atendimento Humanizado", value: "Foco Total no Paciente"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Diagnóstico Preciso",
|
||||
value: "Planos Personalizados",
|
||||
},
|
||||
label: "Diagnóstico Preciso", value: "Planos Personalizados"},
|
||||
{
|
||||
icon: Activity,
|
||||
label: "Resultados Duradouros",
|
||||
value: "Bem-Estar Contínuo",
|
||||
},
|
||||
label: "Resultados Duradouros", value: "Bem-Estar Contínuo"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -193,32 +138,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Terapia Manual",
|
||||
description: "Técnicas especializadas para aliviar a dor, restaurar a mobilidade e otimizar a função muscular e articular.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-practicing-exercise-physiotherapy-session_23-2149115605.jpg",
|
||||
imageAlt: "Fisioterapeuta realizando terapia manual em um paciente",
|
||||
buttonIcon: "Hand",
|
||||
title: "Terapia Manual", description: "Técnicas especializadas para aliviar a dor, restaurar a mobilidade e otimizar a função muscular e articular.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-practicing-exercise-physiotherapy-session_23-2149115605.jpg", imageAlt: "Fisioterapeuta realizando terapia manual em um paciente", buttonIcon: Hand,
|
||||
},
|
||||
{
|
||||
title: "Reabilitação Postural",
|
||||
description: "Programas focados na correção da postura e prevenção de dores crônicas, através de exercícios e conscientização corporal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-gym_23-2148795212.jpg",
|
||||
imageAlt: "Pessoa realizando exercícios de correção postural com auxílio",
|
||||
buttonIcon: "Activity",
|
||||
title: "Reabilitação Postural", description: "Programas focados na correção da postura e prevenção de dores crônicas, através de exercícios e conscientização corporal.", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-gym_23-2148795212.jpg", imageAlt: "Pessoa realizando exercícios de correção postural com auxílio", buttonIcon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Reabilitação Esportiva",
|
||||
description: "Tratamentos para atletas de todos os níveis, visando a recuperação rápida de lesões e o retorno seguro às atividades físicas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071444.jpg",
|
||||
imageAlt: "Atleta realizando exercícios de reabilitação esportiva",
|
||||
buttonIcon: "Run",
|
||||
title: "Reabilitação Esportiva", description: "Tratamentos para atletas de todos os níveis, visando a recuperação rápida de lesões e o retorno seguro às atividades físicas.", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071444.jpg", imageAlt: "Atleta realizando exercícios de reabilitação esportiva", buttonIcon: Run,
|
||||
},
|
||||
{
|
||||
title: "Hidroterapia",
|
||||
description: "Beneficie-se do ambiente aquático para exercícios de baixo impacto, ideais para alívio da dor e melhora da mobilidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-patient_107420-65801.jpg",
|
||||
imageAlt: "Paciente realizando exercícios em piscina de hidroterapia",
|
||||
buttonIcon: "Waves",
|
||||
title: "Hidroterapia", description: "Beneficie-se do ambiente aquático para exercícios de baixo impacto, ideais para alívio da dor e melhora da mobilidade.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-patient_107420-65801.jpg", imageAlt: "Paciente realizando exercícios em piscina de hidroterapia", buttonIcon: Waves,
|
||||
},
|
||||
]}
|
||||
title="Tratamentos Avançados Para Seu Bem-Estar"
|
||||
@@ -236,47 +165,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "plan-1",
|
||||
name: "Consulta de Avaliação",
|
||||
price: "R$ 250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg",
|
||||
imageAlt: "Fisioterapeuta e paciente em consulta inicial",
|
||||
},
|
||||
id: "plan-1", name: "Consulta de Avaliação", price: "R$ 250", imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg", imageAlt: "Fisioterapeuta e paciente em consulta inicial"},
|
||||
{
|
||||
id: "plan-2",
|
||||
name: "Pacote Essencial (10 Sessões)",
|
||||
price: "R$ 2.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-prosthetist-man-workers-with-prosthetic-leg-working-laboratory_627829-7210.jpg",
|
||||
imageAlt: "Pessoa em sessão de fisioterapia com foco em recuperação",
|
||||
},
|
||||
id: "plan-2", name: "Pacote Essencial (10 Sessões)", price: "R$ 2.000", imageSrc: "http://img.b2bpic.net/free-photo/two-prosthetist-man-workers-with-prosthetic-leg-working-laboratory_627829-7210.jpg", imageAlt: "Pessoa em sessão de fisioterapia com foco em recuperação"},
|
||||
{
|
||||
id: "plan-3",
|
||||
name: "Pacote Completo (20 Sessões)",
|
||||
price: "R$ 3.800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3680.jpg",
|
||||
imageAlt: "Série de exercícios de fisioterapia",
|
||||
},
|
||||
id: "plan-3", name: "Pacote Completo (20 Sessões)", price: "R$ 3.800", imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3680.jpg", imageAlt: "Série de exercícios de fisioterapia"},
|
||||
{
|
||||
id: "plan-4",
|
||||
name: "Fisioterapia Domiciliar",
|
||||
price: "R$ 300 / sessão",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071510.jpg",
|
||||
imageAlt: "Fisioterapeuta atendendo paciente em casa",
|
||||
},
|
||||
id: "plan-4", name: "Fisioterapia Domiciliar", price: "R$ 300 / sessão", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071510.jpg", imageAlt: "Fisioterapeuta atendendo paciente em casa"},
|
||||
{
|
||||
id: "plan-5",
|
||||
name: "Reabilitação Esportiva Avançada",
|
||||
price: "R$ 2.500 / pacote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3632.jpg",
|
||||
imageAlt: "Atleta recebendo tratamento de fisioterapia esportiva",
|
||||
},
|
||||
id: "plan-5", name: "Reabilitação Esportiva Avançada", price: "R$ 2.500 / pacote", imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3632.jpg", imageAlt: "Atleta recebendo tratamento de fisioterapia esportiva"},
|
||||
{
|
||||
id: "plan-6",
|
||||
name: "Consulta Online",
|
||||
price: "R$ 180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-person-pulling-resistance-band-wearing-vr-glasses-while-sitting-toning-ball-home-retired-man-using-virtual-reality-headset-training-with-stretching-elastic-belt_482257-29709.jpg",
|
||||
imageAlt: "Pessoa em videochamada com fisioterapeuta",
|
||||
},
|
||||
id: "plan-6", name: "Consulta Online", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/aged-person-pulling-resistance-band-wearing-vr-glasses-while-sitting-toning-ball-home-retired-man-using-virtual-reality-headset-training-with-stretching-elastic-belt_482257-29709.jpg", imageAlt: "Pessoa em videochamada com fisioterapeuta"},
|
||||
]}
|
||||
title="Nossos Planos de Recuperação Personalizados"
|
||||
description="Desenvolvemos programas de tratamento que se encaixam perfeitamente na sua jornada de recuperação, com flexibilidade e suporte contínuo."
|
||||
@@ -292,26 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Dr. Lucas Almeida",
|
||||
role: "Fisioterapeuta Chefe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-physiotherapy-clinic_1157-38630.jpg",
|
||||
imageAlt: "Retrato do Dr. Lucas Almeida, Fisioterapeuta Chefe",
|
||||
},
|
||||
id: "member-1", name: "Dr. Lucas Almeida", role: "Fisioterapeuta Chefe", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-physiotherapy-clinic_1157-38630.jpg", imageAlt: "Retrato do Dr. Lucas Almeida, Fisioterapeuta Chefe"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Dra. Sofia Pereira",
|
||||
role: "Especialista em Reabilitação",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827774.jpg",
|
||||
imageAlt: "Retrato da Dra. Sofia Pereira, Especialista em Reabilitação",
|
||||
},
|
||||
id: "member-2", name: "Dra. Sofia Pereira", role: "Especialista em Reabilitação", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827774.jpg", imageAlt: "Retrato da Dra. Sofia Pereira, Especialista em Reabilitação"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Dr. Ricardo Santos",
|
||||
role: "Fisioterapeuta Esportivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-stretching-arms_23-2148795184.jpg",
|
||||
imageAlt: "Retrato do Dr. Ricardo Santos, Fisioterapeuta Esportivo",
|
||||
},
|
||||
id: "member-3", name: "Dr. Ricardo Santos", role: "Fisioterapeuta Esportivo", imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-stretching-arms_23-2148795184.jpg", imageAlt: "Retrato do Dr. Ricardo Santos, Fisioterapeuta Esportivo"},
|
||||
]}
|
||||
title="Nossa Equipe de Especialistas"
|
||||
description="Conheça os profissionais dedicados e altamente qualificados que cuidarão da sua saúde e bem-estar em cada etapa do tratamento."
|
||||
@@ -327,25 +211,15 @@ export default function LandingPage() {
|
||||
author="Maria Silva, Paciente Satisfeita"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-35194.jpg",
|
||||
alt: "Avatar de Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-35194.jpg", alt: "Avatar de Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
alt: "Avatar de Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", alt: "Avatar de Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48344.jpg",
|
||||
alt: "Avatar de Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48344.jpg", alt: "Avatar de Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-attractive-young-male-student-showing-promo-pointing-upper-left-corn_1258-109454.jpg",
|
||||
alt: "Avatar de David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-attractive-young-male-student-showing-promo-pointing-upper-left-corn_1258-109454.jpg", alt: "Avatar de David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-old-man-sunny-autumn-park_1157-19103.jpg",
|
||||
alt: "Avatar de Laura Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-old-man-sunny-autumn-park_1157-19103.jpg", alt: "Avatar de Laura Garcia"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -357,25 +231,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Quais convênios vocês aceitam?",
|
||||
content: "Aceitamos diversos convênios. Entre em contato com nossa recepção para verificar a compatibilidade do seu plano de saúde com nossos serviços.",
|
||||
},
|
||||
id: "faq-1", title: "Quais convênios vocês aceitam?", content: "Aceitamos diversos convênios. Entre em contato com nossa recepção para verificar a compatibilidade do seu plano de saúde com nossos serviços."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Preciso de encaminhamento médico?",
|
||||
content: "Para a maioria dos planos de saúde, é necessário um encaminhamento médico. Para consultas particulares, o encaminhamento é opcional, mas sempre bem-vindo.",
|
||||
},
|
||||
id: "faq-2", title: "Preciso de encaminhamento médico?", content: "Para a maioria dos planos de saúde, é necessário um encaminhamento médico. Para consultas particulares, o encaminhamento é opcional, mas sempre bem-vindo."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Qual a duração de uma sessão de fisioterapia?",
|
||||
content: "A duração de cada sessão varia conforme o tratamento e a necessidade do paciente, mas geralmente fica entre 45 a 60 minutos.",
|
||||
},
|
||||
id: "faq-3", title: "Qual a duração de uma sessão de fisioterapia?", content: "A duração de cada sessão varia conforme o tratamento e a necessidade do paciente, mas geralmente fica entre 45 a 60 minutos."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Vocês oferecem atendimento domiciliar?",
|
||||
content: "Sim, oferecemos atendimento fisioterapêutico domiciliar para pacientes que necessitam ou preferem o conforto e a comodidade de seu lar. Consulte a disponibilidade em sua região.",
|
||||
},
|
||||
id: "faq-4", title: "Vocês oferecem atendimento domiciliar?", content: "Sim, oferecemos atendimento fisioterapêutico domiciliar para pacientes que necessitam ou preferem o conforto e a comodidade de seu lar. Consulte a disponibilidade em sua região."},
|
||||
]}
|
||||
sideTitle="Perguntas Frequentes"
|
||||
sideDescription="Encontre respostas para suas dúvidas mais comuns sobre nossos serviços, agendamentos e o que esperar do seu tratamento conosco."
|
||||
@@ -388,18 +250,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Pronto para Recomeçar? Fale Conosco!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agende sua Avaliação Gratuita",
|
||||
href: "#",
|
||||
},
|
||||
text: "Agende sua Avaliação Gratuita", href: "#"},
|
||||
{
|
||||
text: "Ver Localização",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Localização", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -412,61 +269,39 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Serviços", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Planos",
|
||||
href: "#plans",
|
||||
},
|
||||
label: "Planos", href: "#plans"},
|
||||
{
|
||||
label: "Equipe",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Equipe", href: "#team"},
|
||||
{
|
||||
label: "Depoimentos",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Depoimentos", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Termos de Uso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user