Update src/app/page.tsx
This commit is contained in:
@@ -14,7 +14,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
@@ -44,11 +44,11 @@ export default function LandingPage() {
|
||||
description="Un espacio seguro y sin juicios para trabajar lo que te pesa."
|
||||
tag="Licenciada en Psicología"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Agenda tu cita", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Especialidades", logoIcon: Lightbulb,
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Conocer mi formación", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
title="¿En qué puedo ayudarte?"
|
||||
description="Estos son los temas que trabajo en consulta. Cada uno requiere un acompañamiento especializado y sensible."
|
||||
tag="Áreas de enfoque"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
title="Preguntas frecuentes"
|
||||
description="Respuestas claras a lo que más me preguntan mis pacientes sobre el proceso terapéutico."
|
||||
tag="Dudas comunes"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg"
|
||||
imageAlt="Apoyo profesional en psicología"
|
||||
faqs={[
|
||||
@@ -151,8 +151,8 @@ export default function LandingPage() {
|
||||
id: "6", title: "¿Ofrecemos sesiones en línea o solo presenciales?", content: "Ofrezco ambas opciones. Las sesiones en línea funcionan bien para muchas personas, sobre todo si prefieres desde la comodidad de tu casa. El espacio seguro se crea igual, presencial u online."
|
||||
}
|
||||
]}
|
||||
mediaAnimation="reveal-blur"
|
||||
faqsAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
@@ -164,14 +164,14 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="¿Lista para dar el primer paso?"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Agenda tu cita"
|
||||
description="El primer paso es siempre el más difícil. Contacta conmigo sin compromiso. Estoy aquí para acompañarte en tu proceso, a tu ritmo, desde un lugar de empatía genuina."
|
||||
buttons={[
|
||||
{ text: "WhatsApp: 55 1359 0131", href: "https://wa.me/5513590131" },
|
||||
{ text: "Escribir correo", href: "mailto:psicojazmingoca37@gmail.com" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user