Update src/app/page.tsx
This commit is contained in:
322
src/app/page.tsx
322
src/app/page.tsx
@@ -33,46 +33,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Mim",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Mim", id: "#about"},
|
||||
{
|
||||
name: "Ajuda",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Ajuda", id: "#features"},
|
||||
{
|
||||
name: "Benefícios",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Benefícios", id: "#metrics"},
|
||||
{
|
||||
name: "Como Funciona",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Como Funciona", id: "#blog"},
|
||||
{
|
||||
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: "Agendar Atendimento",
|
||||
href: "https://wa.me/5511999999999",
|
||||
}}
|
||||
text: "Agendar Atendimento", href: "https://wa.me/5511999999999"}}
|
||||
topBarButton={{
|
||||
text: "Fale no WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
}}
|
||||
text: "Fale no WhatsApp", href: "https://wa.me/5511999999999"}}
|
||||
brandName="Beatriz Alves Psicóloga"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,20 +60,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Psicoterapia para uma vida mais leve e equilibrada."
|
||||
description="Um espaço seguro para cuidar da sua saúde emocional, desenvolver autoconhecimento e enfrentar desafios com mais confiança."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Atendimento pelo WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
text: "Agendar Atendimento pelo WhatsApp", href: "https://wa.me/5511999999999"},
|
||||
{
|
||||
text: "Conheça meu trabalho",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Conheça meu trabalho", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-therapy-session-attentive-psychologist-attentive-psychologist-holding-pencil-her-hands-making-written-notes-while-listening-her-client_657921-658.jpg"
|
||||
imageAlt="Psicóloga em consultório acolhedor"
|
||||
@@ -101,50 +76,30 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg",
|
||||
alt: "Avatar de paciente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg", alt: "Avatar de paciente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-pointing-camera-isolated-crimson-background-with-copy-space_141793-84068.jpg",
|
||||
alt: "Avatar de paciente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-pointing-camera-isolated-crimson-background-with-copy-space_141793-84068.jpg", alt: "Avatar de paciente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623168.jpg",
|
||||
alt: "Avatar de paciente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623168.jpg", alt: "Avatar de paciente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-old-woman-wearing-blue-turtleneck-sweater-pointing-side-isolated-orange-wall-with-copy-space_141793-112628.jpg",
|
||||
alt: "Avatar de paciente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-old-woman-wearing-blue-turtleneck-sweater-pointing-side-isolated-orange-wall-with-copy-space_141793-112628.jpg", alt: "Avatar de paciente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laughing-people-making-breakfast-together_23-2147742376.jpg",
|
||||
alt: "Avatar de paciente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/laughing-people-making-breakfast-together_23-2147742376.jpg", alt: "Avatar de paciente 5"},
|
||||
]}
|
||||
avatarText="Mais de 100 pacientes satisfeitos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Autoconhecimento",
|
||||
type: "text", text: "Autoconhecimento"},
|
||||
{
|
||||
type: "text-icon", text: "Equilíbrio Emocional", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Equilíbrio Emocional",
|
||||
icon: Shield,
|
||||
type: "text", text: "Redução do Estresse"},
|
||||
{
|
||||
type: "text-icon", text: "Melhora da Autoestima", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Redução do Estresse",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Melhora da Autoestima",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relacionamentos Saudáveis",
|
||||
},
|
||||
type: "text", text: "Relacionamentos Saudáveis"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,8 +109,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Prazer, sou Beatriz Alves."
|
||||
description={[
|
||||
"Meu objetivo é oferecer um ambiente de escuta, acolhimento e desenvolvimento pessoal para que cada paciente encontre caminhos mais saudáveis para lidar com suas emoções e desafios. Acredito que a terapia é uma ferramenta poderosa para o autoconhecimento e a construção de uma vida mais plena e consciente.",
|
||||
]}
|
||||
"Meu objetivo é oferecer um ambiente de escuta, acolhimento e desenvolvimento pessoal para que cada paciente encontre caminhos mais saudáveis para lidar com suas emoções e desafios. Acredito que a terapia é uma ferramenta poderosa para o autoconhecimento e a construção de uma vida mais plena e consciente."]}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,41 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ansiedade",
|
||||
description: "Desenvolva estratégias eficazes para gerenciar a ansiedade e retomar o controle de sua vida.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/recession-statistics-financial-failure-concept_53876-125400.jpg",
|
||||
imageAlt: "Ícone de ansiedade",
|
||||
},
|
||||
title: "Ansiedade", description: "Desenvolva estratégias eficazes para gerenciar a ansiedade e retomar o controle de sua vida.", imageSrc: "http://img.b2bpic.net/free-photo/recession-statistics-financial-failure-concept_53876-125400.jpg", imageAlt: "Ícone de ansiedade"},
|
||||
{
|
||||
title: "Estresse",
|
||||
description: "Aprenda a lidar com o estresse do dia a dia, promovendo mais leveza e resiliência.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-portrait-overstimulated-person_23-2151235235.jpg",
|
||||
imageAlt: "Ícone de estresse",
|
||||
},
|
||||
title: "Estresse", description: "Aprenda a lidar com o estresse do dia a dia, promovendo mais leveza e resiliência.", imageSrc: "http://img.b2bpic.net/free-photo/concept-portrait-overstimulated-person_23-2151235235.jpg", imageAlt: "Ícone de estresse"},
|
||||
{
|
||||
title: "Autoestima",
|
||||
description: "Fortaleça sua autoestima e construa uma autoimagem positiva e saudável.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-betrayal-concept_23-2149369210.jpg",
|
||||
imageAlt: "Ícone de autoestima",
|
||||
},
|
||||
title: "Autoestima", description: "Fortaleça sua autoestima e construa uma autoimagem positiva e saudável.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-betrayal-concept_23-2149369210.jpg", imageAlt: "Ícone de autoestima"},
|
||||
{
|
||||
title: "Relacionamentos",
|
||||
description: "Melhore suas relações interpessoais e estabeleça vínculos mais significativos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-carnival-pattern_23-2151135953.jpg",
|
||||
imageAlt: "Ícone de relacionamentos",
|
||||
},
|
||||
title: "Relacionamentos", description: "Melhore suas relações interpessoais e estabeleça vínculos mais significativos.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-carnival-pattern_23-2151135953.jpg", imageAlt: "Ícone de relacionamentos"},
|
||||
{
|
||||
title: "Desenvolvimento Pessoal",
|
||||
description: "Alcance seus objetivos, potencialize suas habilidades e promova seu crescimento contínuo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-left-side-with-white-background_187299-39913.jpg",
|
||||
imageAlt: "Ícone de desenvolvimento pessoal",
|
||||
},
|
||||
title: "Desenvolvimento Pessoal", description: "Alcance seus objetivos, potencialize suas habilidades e promova seu crescimento contínuo.", imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-left-side-with-white-background_187299-39913.jpg", imageAlt: "Ícone de desenvolvimento pessoal"},
|
||||
{
|
||||
title: "Autoconhecimento",
|
||||
description: "Explore seu mundo interior, compreenda suas emoções e construa uma vida com mais sentido.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/round-psychology-logos-with-red-details_23-2147598064.jpg",
|
||||
imageAlt: "Ícone de autoconhecimento",
|
||||
},
|
||||
title: "Autoconhecimento", description: "Explore seu mundo interior, compreenda suas emoções e construa uma vida com mais sentido.", imageSrc: "http://img.b2bpic.net/free-vector/round-psychology-logos-with-red-details_23-2147598064.jpg", imageAlt: "Ícone de autoconhecimento"},
|
||||
]}
|
||||
title="Como Posso Ajudar"
|
||||
description="Ofereço suporte psicológico para diversas questões, auxiliando você a encontrar equilíbrio e bem-estar em sua jornada."
|
||||
@@ -216,46 +146,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "",
|
||||
title: "Maior Equilíbrio Emocional",
|
||||
description: "Gerencie suas emoções com mais serenidade.",
|
||||
icon: Shield,
|
||||
id: "1", value: "", title: "Maior Equilíbrio Emocional", description: "Gerencie suas emoções com mais serenidade.", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "",
|
||||
title: "Melhor Qualidade de Vida",
|
||||
description: "Viva de forma mais plena e satisfatória.",
|
||||
icon: Star,
|
||||
id: "2", value: "", title: "Melhor Qualidade de Vida", description: "Viva de forma mais plena e satisfatória.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "",
|
||||
title: "Autoconhecimento Profundo",
|
||||
description: "Compreenda a si mesmo e suas motivações.",
|
||||
icon: Lightbulb,
|
||||
id: "3", value: "", title: "Autoconhecimento Profundo", description: "Compreenda a si mesmo e suas motivações.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "",
|
||||
title: "Relacionamentos Mais Saudáveis",
|
||||
description: "Construa conexões mais significativas.",
|
||||
icon: LifeBuoy,
|
||||
id: "4", value: "", title: "Relacionamentos Mais Saudáveis", description: "Construa conexões mais significativas.", icon: LifeBuoy,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "",
|
||||
title: "Redução da Ansiedade",
|
||||
description: "Encontre mais paz e tranquilidade.",
|
||||
icon: Zap,
|
||||
id: "5", value: "", title: "Redução da Ansiedade", description: "Encontre mais paz e tranquilidade.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
value: "",
|
||||
title: "Desenvolvimento da Confiança Pessoal",
|
||||
description: "Sinta-se mais seguro em suas decisões.",
|
||||
icon: Award,
|
||||
id: "6", value: "", title: "Desenvolvimento da Confiança Pessoal", description: "Sinta-se mais seguro em suas decisões.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Benefícios da Terapia"
|
||||
@@ -272,38 +178,11 @@ export default function LandingPage() {
|
||||
description="Seu caminho para o bem-estar emocional em três passos simples."
|
||||
blogs={[
|
||||
{
|
||||
id: "step-1",
|
||||
category: "Passo 1",
|
||||
title: "Entre em contato pelo WhatsApp",
|
||||
excerpt: "O primeiro passo é simples e rápido. Mande uma mensagem para agilizar seu atendimento e tirar suas dúvidas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201857.jpg",
|
||||
imageAlt: "Pessoa enviando mensagem pelo WhatsApp",
|
||||
authorName: "Beatriz Alves",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/digital-art-style-mental-health-day-awareness-illustration_23-2151813275.jpg",
|
||||
date: "Agora",
|
||||
},
|
||||
id: "step-1", category: "Passo 1", title: "Entre em contato pelo WhatsApp", excerpt: "O primeiro passo é simples e rápido. Mande uma mensagem para agilizar seu atendimento e tirar suas dúvidas.", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201857.jpg", imageAlt: "Pessoa enviando mensagem pelo WhatsApp", authorName: "Beatriz Alves", authorAvatar: "http://img.b2bpic.net/free-photo/digital-art-style-mental-health-day-awareness-illustration_23-2151813275.jpg", date: "Agora"},
|
||||
{
|
||||
id: "step-2",
|
||||
category: "Passo 2",
|
||||
title: "Agendamos sua primeira consulta",
|
||||
excerpt: "Vamos encontrar o melhor horário para você iniciar sua jornada de autoconhecimento e cuidado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapist-with-couple_23-2147990611.jpg",
|
||||
imageAlt: "Agendamento de consulta online",
|
||||
authorName: "Beatriz Alves",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/gradient-mental-health-logo-with-slogan_23-2148812991.jpg",
|
||||
date: "Em breve",
|
||||
},
|
||||
id: "step-2", category: "Passo 2", title: "Agendamos sua primeira consulta", excerpt: "Vamos encontrar o melhor horário para você iniciar sua jornada de autoconhecimento e cuidado.", imageSrc: "http://img.b2bpic.net/free-photo/therapist-with-couple_23-2147990611.jpg", imageAlt: "Agendamento de consulta online", authorName: "Beatriz Alves", authorAvatar: "http://img.b2bpic.net/free-vector/gradient-mental-health-logo-with-slogan_23-2148812991.jpg", date: "Em breve"},
|
||||
{
|
||||
id: "step-3",
|
||||
category: "Passo 3",
|
||||
title: "Iniciamos seu processo terapêutico",
|
||||
excerpt: "Juntos, construiremos um espaço seguro para seu desenvolvimento e bem-estar emocional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-plant-pot_23-2149099037.jpg",
|
||||
imageAlt: "Início do processo terapêutico",
|
||||
authorName: "Beatriz Alves",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/top-view-online-psychologist-concept_23-2149407911.jpg",
|
||||
date: "Sua jornada",
|
||||
},
|
||||
id: "step-3", category: "Passo 3", title: "Iniciamos seu processo terapêutico", excerpt: "Juntos, construiremos um espaço seguro para seu desenvolvimento e bem-estar emocional.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-plant-pot_23-2149099037.jpg", imageAlt: "Início do processo terapêutico", authorName: "Beatriz Alves", authorAvatar: "http://img.b2bpic.net/free-photo/top-view-online-psychologist-concept_23-2149407911.jpg", date: "Sua jornada"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -316,50 +195,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria S.",
|
||||
role: "Designer Gráfica",
|
||||
company: "Empresa X",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-beach-with-copy-space_23-2148614846.jpg",
|
||||
imageAlt: "Foto de Maria S.",
|
||||
},
|
||||
id: "1", name: "Maria S.", role: "Designer Gráfica", company: "Empresa X", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-beach-with-copy-space_23-2148614846.jpg", imageAlt: "Foto de Maria S."},
|
||||
{
|
||||
id: "2",
|
||||
name: "João P.",
|
||||
role: "Desenvolvedor de Software",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-lady-great-mood-telling-employees-via-video-link-about-improving-economic-condition-business_197531-25689.jpg",
|
||||
imageAlt: "Foto de João P.",
|
||||
},
|
||||
id: "2", name: "João P.", role: "Desenvolvedor de Software", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-lady-great-mood-telling-employees-via-video-link-about-improving-economic-condition-business_197531-25689.jpg", imageAlt: "Foto de João P."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana C.",
|
||||
role: "Professora",
|
||||
company: "Escola Y",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-winking-kissing-air_23-2147767537.jpg",
|
||||
imageAlt: "Foto de Ana C.",
|
||||
},
|
||||
id: "3", name: "Ana C.", role: "Professora", company: "Escola Y", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-winking-kissing-air_23-2147767537.jpg", imageAlt: "Foto de Ana C."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos L.",
|
||||
role: "Empreendedor",
|
||||
company: "Startup Z",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-casual-mature-man-showing-okey-gesture-putting-hand-hip-isolated-green-wall_141793-78487.jpg",
|
||||
imageAlt: "Foto de Carlos L.",
|
||||
},
|
||||
id: "4", name: "Carlos L.", role: "Empreendedor", company: "Startup Z", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-casual-mature-man-showing-okey-gesture-putting-hand-hip-isolated-green-wall_141793-78487.jpg", imageAlt: "Foto de Carlos L."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Juliana F.",
|
||||
role: "Nutricionista",
|
||||
company: "Clínica Saúde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-doctor-wearing-glasses-medical-robe-stethoscope-lifting-fist-isolated-orange-wall_141793-25724.jpg",
|
||||
imageAlt: "Foto de Juliana F.",
|
||||
},
|
||||
id: "5", name: "Juliana F.", role: "Nutricionista", company: "Clínica Saúde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-doctor-wearing-glasses-medical-robe-stethoscope-lifting-fist-isolated-orange-wall_141793-25724.jpg", imageAlt: "Foto de Juliana F."},
|
||||
]}
|
||||
title="O Que Dizem Meus Pacientes"
|
||||
description="Histórias de transformação e superação que me inspiram a cada dia."
|
||||
@@ -372,25 +221,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Como funciona a terapia?",
|
||||
content: "A terapia é um processo colaborativo onde você e eu trabalharemos juntos para explorar seus pensamentos, sentimentos e comportamentos. O objetivo é desenvolver estratégias para lidar com desafios, promover autoconhecimento e melhorar sua qualidade de vida.",
|
||||
},
|
||||
id: "faq-1", title: "Como funciona a terapia?", content: "A terapia é um processo colaborativo onde você e eu trabalharemos juntos para explorar seus pensamentos, sentimentos e comportamentos. O objetivo é desenvolver estratégias para lidar com desafios, promover autoconhecimento e melhorar sua qualidade de vida."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Os atendimentos são online ou presenciais?",
|
||||
content: "Ofereço atendimentos tanto online, via plataforma de vídeo segura, quanto presenciais em meu consultório. A modalidade é escolhida de acordo com sua preferência e necessidade.",
|
||||
},
|
||||
id: "faq-2", title: "Os atendimentos são online ou presenciais?", content: "Ofereço atendimentos tanto online, via plataforma de vídeo segura, quanto presenciais em meu consultório. A modalidade é escolhida de acordo com sua preferência e necessidade."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Quanto tempo dura cada sessão?",
|
||||
content: "Cada sessão de psicoterapia tem a duração de 50 minutos.",
|
||||
},
|
||||
id: "faq-3", title: "Quanto tempo dura cada sessão?", content: "Cada sessão de psicoterapia tem a duração de 50 minutos."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Como agendar?",
|
||||
content: "Você pode agendar sua primeira consulta entrando em contato diretamente pelo WhatsApp ou preenchendo o formulário de contato neste site. Terei prazer em te ajudar!",
|
||||
},
|
||||
id: "faq-4", title: "Como agendar?", content: "Você pode agendar sua primeira consulta entrando em contato diretamente pelo WhatsApp ou preenchendo o formulário de contato neste site. Terei prazer em te ajudar!"},
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Respostas para as dúvidas mais comuns sobre o processo terapêutico."
|
||||
@@ -402,16 +239,12 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Dê o primeiro passo para cuidar de você."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar com Beatriz Alves no WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
text: "Falar com Beatriz Alves no WhatsApp", href: "https://wa.me/5511999999999"},
|
||||
]}
|
||||
title="Seu bem-estar emocional merece atenção."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -420,50 +253,31 @@ export default function LandingPage() {
|
||||
logoText="Beatriz Alves Psicóloga"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
title: "Navegação", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Sobre Mim",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Mim", href: "#about"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Serviços", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ajuda",
|
||||
items: [
|
||||
title: "Ajuda", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/5511999999999"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos de Uso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user