Merge version_1 into main #1
172
src/app/page.tsx
172
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre Mí",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Especialidades",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Mí", id: "about" },
|
||||
{ name: "Especialidades", id: "features" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Francisco Anguita"
|
||||
/>
|
||||
@@ -54,38 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Francisco Anguita Nutrición"
|
||||
description="Cambio de hábitos sin dietas restrictivas. Recupera tu bienestar desde la raíz."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Cita",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pedir Cita", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-corn-flakes_23-2147693929.jpg",
|
||||
imageAlt: "Salud natural",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-clipboard_23-2147803009.jpg",
|
||||
imageAlt: "Bienestar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-orange-smoothie_23-2148170918.jpg",
|
||||
imageAlt: "Nutrición",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-stones-leaf_23-2147628680.jpg",
|
||||
imageAlt: "Vida sana",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-plate-with-tomatoes_23-2148381346.jpg",
|
||||
imageAlt: "Equilibrio",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cup-with-corn-flakes_23-2147693929.jpg", imageAlt: "Salud natural" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-clipboard_23-2147803009.jpg", imageAlt: "Bienestar" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-orange-smoothie_23-2148170918.jpg", imageAlt: "Nutrición" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/apple-stones-leaf_23-2147628680.jpg", imageAlt: "Vida sana" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-plate-with-tomatoes_23-2148381346.jpg", imageAlt: "Equilibrio" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -104,23 +70,12 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Clínica",
|
||||
description: "Abordaje integral de patologías y salud digestiva.",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Deportiva",
|
||||
description: "Optimización del rendimiento y composición corporal.",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Infantil",
|
||||
description: "Educación alimentaria familiar y crecimiento saludable.",
|
||||
icon: Heart,
|
||||
},
|
||||
{ title: "Clínica", description: "Abordaje integral de patologías y salud digestiva.", icon: Leaf },
|
||||
{ title: "Deportiva", description: "Optimización del rendimiento y composición corporal.", icon: Activity },
|
||||
{ title: "Infantil", description: "Educación alimentaria familiar y crecimiento saludable.", icon: Heart },
|
||||
]}
|
||||
title="Especialidades"
|
||||
description="Enfoques personalizados basados en evidencia científica para cada etapa de tu vida."
|
||||
@@ -134,21 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "+500",
|
||||
description: "Pacientes satisfechos",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10",
|
||||
description: "Años de experiencia",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
description: "Logran su objetivo",
|
||||
},
|
||||
{ id: "m1", value: "+500", description: "Pacientes satisfechos" },
|
||||
{ id: "m2", value: "10", description: "Años de experiencia" },
|
||||
{ id: "m3", value: "95%", description: "Logran su objetivo" },
|
||||
]}
|
||||
title="Nuestra Huella"
|
||||
description="Resultados basados en la mejora continua de tus hábitos."
|
||||
@@ -160,46 +103,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Gran profesional",
|
||||
quote: "El cambio de hábitos sin restricciones ha sido mi mejor decisión.",
|
||||
name: "Elena R.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-paradise-flower-with-healthy-smoothies-with-dryfruits-white-background_23-2147907022.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Excelente trato",
|
||||
quote: "Aprendí a comer de verdad gracias a Francisco.",
|
||||
name: "David M.",
|
||||
role: "Deportista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-holding-apples-looking-side-isolated-green-space_141793-44890.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Recomendado",
|
||||
quote: "Trato muy cercano y profesional.",
|
||||
name: "Lucía S.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-holding-strawberry-fruits-smoothie_23-2147855420.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Mejoría total",
|
||||
quote: "Mis problemas digestivos desaparecieron.",
|
||||
name: "Carlos G.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-smiling-kitchen_23-2148440988.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Calidad de vida",
|
||||
quote: "Francisco me devolvió la energía con sus pautas.",
|
||||
name: "Sara B.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-adult-male-cook-wearing-chef-uniform-glasses-holding-apples-looking-front-isolated-orange-wall_141793-119826.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Gran profesional", quote: "El cambio de hábitos sin restricciones ha sido mi mejor decisión.", name: "Elena R.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/bird-paradise-flower-with-healthy-smoothies-with-dryfruits-white-background_23-2147907022.jpg" },
|
||||
{ id: "t2", title: "Excelente trato", quote: "Aprendí a comer de verdad gracias a Francisco.", name: "David M.", role: "Deportista", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-holding-apples-looking-side-isolated-green-space_141793-44890.jpg" },
|
||||
{ id: "t3", title: "Recomendado", quote: "Trato muy cercano y profesional.", name: "Lucía S.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-holding-strawberry-fruits-smoothie_23-2147855420.jpg" },
|
||||
{ id: "t4", title: "Mejoría total", quote: "Mis problemas digestivos desaparecieron.", name: "Carlos G.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-smiling-kitchen_23-2148440988.jpg" },
|
||||
{ id: "t5", title: "Calidad de vida", quote: "Francisco me devolvió la energía con sus pautas.", name: "Sara B.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/pleased-adult-male-cook-wearing-chef-uniform-glasses-holding-apples-looking-front-isolated-orange-wall_141793-119826.jpg" },
|
||||
]}
|
||||
title="Lo que dicen de nosotros"
|
||||
description="Testimonios de cambio y bienestar real."
|
||||
@@ -211,21 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Necesito dietas pesadas?",
|
||||
content: "No, nuestro objetivo es reeducar tus hábitos alimenticios sin restricciones extremas.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Tienen consulta online?",
|
||||
content: "Sí, realizamos seguimiento online con la misma calidad que la presencial.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "Estamos en Jaén, en C/ Sefarad y C/ Esteban Ramírez Martínez.",
|
||||
},
|
||||
{ id: "f1", title: "¿Necesito dietas pesadas?", content: "No, nuestro objetivo es reeducar tus hábitos alimenticios sin restricciones extremas." },
|
||||
{ id: "f2", title: "¿Tienen consulta online?", content: "Sí, realizamos seguimiento online con la misma calidad que la presencial." },
|
||||
{ id: "f3", title: "¿Dónde están ubicados?", content: "Estamos en Jaén, en C/ Sefarad y C/ Esteban Ramírez Martínez." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas sobre la consulta."
|
||||
@@ -239,9 +135,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
background={{ variant: "cell-wave" }}
|
||||
tag="Contacto"
|
||||
title="Reserva tu consulta"
|
||||
description="Estamos en Jaén. Puedes llamarnos al 953 87 11 28 o 600 88 17 66 para reservar tu cita presencial u online."
|
||||
@@ -251,17 +145,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Francisco Anguita"
|
||||
leftLink={{
|
||||
text: "Aviso Legal",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Instagram @franciscoanguita",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
leftLink={{ text: "Aviso Legal", href: "#" }}
|
||||
rightLink={{ text: "Instagram @franciscoanguita", href: "https://instagram.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user