Update src/app/page.tsx

This commit is contained in:
2026-05-19 18:35:05 +00:00
parent f39dc447a8
commit c8a4cbde77

View File

@@ -33,21 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio",
id: "#hero",
},
name: "Inicio", id: "#hero"},
{
name: "Sobre Nosotros",
id: "#about",
},
name: "Sobre Nosotros", id: "#about"},
{
name: "Servicios",
id: "#services",
},
name: "Servicios", id: "#services"},
{
name: "Contacto",
id: "#contact",
},
name: "Equipo", id: "#team"},
{
name: "FAQ", id: "#faq"},
{
name: "Contacto", id: "#contact"},
]}
brandName="CV Conde de Orgaz"
/>
@@ -56,66 +52,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Atención veterinaria cercana y de confianza"
description="El Centro Veterinario Conde de Orgaz ofrece medicina preventiva, consultas y cirugía con un trato familiar. Más de 20 años cuidando de tu mascota en Hortaleza."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-african-american-woman-enjoys-company-small-pedigree-dog-wears-orange-jumper-spends-free-time-with-favorite-pet-isolated-white-wall-animal-owner_273609-49840.jpg",
alt: "Cliente",
},
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-african-american-woman-enjoys-company-small-pedigree-dog-wears-orange-jumper-spends-free-time-with-favorite-pet-isolated-white-wall-animal-owner_273609-49840.jpg", alt: "Cliente"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-holding-yorkshire-terrier_329181-10904.jpg",
alt: "Cliente",
},
src: "http://img.b2bpic.net/free-photo/young-woman-holding-yorkshire-terrier_329181-10904.jpg", alt: "Cliente"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-dog-vet-clinic_23-2149304337.jpg",
alt: "Cliente",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-dog-vet-clinic_23-2149304337.jpg", alt: "Cliente"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-playing-with-cat-kitchen-home_158595-7432.jpg",
alt: "Cliente",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-playing-with-cat-kitchen-home_158595-7432.jpg", alt: "Cliente"},
{
src: "http://img.b2bpic.net/free-photo/covid-animals-quarantine-concept-image-funny-young-man-pug-medical-masks-staring-ca_1258-155614.jpg",
alt: "Cliente",
},
src: "http://img.b2bpic.net/free-photo/covid-animals-quarantine-concept-image-funny-young-man-pug-medical-masks-staring-ca_1258-155614.jpg", alt: "Cliente"},
]}
avatarText="Más de 190 reseñas con 4.9 estrellas"
buttons={[
{
text: "Llamar ahora",
href: "tel:917599121",
},
text: "Llamar ahora", href: "tel:917599121"},
{
text: "Ver servicios",
href: "#services",
},
text: "Ver servicios", href: "#services"},
]}
marqueeItems={[
{
type: "text",
text: "Medicina Preventiva",
type: "text", text: "Medicina Preventiva"},
{
type: "text-icon", text: "Cirugía Veterinaria", icon: Shield,
},
{
type: "text-icon",
text: "Cirugía Veterinaria",
icon: Shield,
type: "text", text: "Atención 24/7 en urgencias"},
{
type: "text-icon", text: "Equipo Especializado", icon: Activity,
},
{
type: "text",
text: "Atención 24/7 en urgencias",
},
{
type: "text-icon",
text: "Equipo Especializado",
icon: Activity,
},
{
type: "text",
text: "Más de 20 años de historia",
},
type: "text", text: "Más de 20 años de historia"},
]}
/>
</div>
@@ -125,14 +96,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Tradición y cercanía en el corazón de Conde de Orgaz",
},
type: "text", content: "Tradición y cercanía en el corazón de Conde de Orgaz"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cute-dog_23-2149304305.jpg",
alt: "Nuestras instalaciones",
},
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cute-dog_23-2149304305.jpg", alt: "Nuestras instalaciones"},
]}
/>
</div>
@@ -144,35 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "serv-1",
title: "Medicina Preventiva y Vacunación",
tags: [
"Salud",
"Vitalidad",
],
imageSrc: "http://img.b2bpic.net/free-vector/cute-mascots-pet-shop-icons_24877-51230.jpg",
imageAlt: "Vacunación",
},
id: "serv-1", title: "Medicina Preventiva y Vacunación", tags: [
"Salud", "Vitalidad"],
imageSrc: "http://img.b2bpic.net/free-vector/cute-mascots-pet-shop-icons_24877-51230.jpg", imageAlt: "Vacunación"},
{
id: "serv-2",
title: "Cirugía Básica y Urgencias",
tags: [
"Seguridad",
"Atención",
],
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7802.jpg",
imageAlt: "Cirugía",
},
id: "serv-2", title: "Cirugía Básica y Urgencias", tags: [
"Seguridad", "Atención"],
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7802.jpg", imageAlt: "Cirugía"},
{
id: "serv-3",
title: "Peluquería y Estética",
tags: [
"Higiene",
"Confort",
],
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg",
imageAlt: "Peluquería",
},
id: "serv-3", title: "Peluquería y Estética", tags: [
"Higiene", "Confort"],
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg", imageAlt: "Peluquería"},
]}
title="Nuestros Servicios"
description="Cuidamos de tu mascota en todas las etapas de su vida con un enfoque médico profesional y transparente."
@@ -186,23 +134,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Valoración media",
value: "4.9/5",
},
id: "m1", icon: Award,
title: "Valoración media", value: "4.9/5"},
{
id: "m2",
icon: Clock,
title: "Años de experiencia",
value: "25+",
},
id: "m2", icon: Clock,
title: "Años de experiencia", value: "25+"},
{
id: "m3",
icon: Smile,
title: "Reseñas positivas",
value: "190+",
},
id: "m3", icon: Smile,
title: "Reseñas positivas", value: "190+"},
]}
title="Nuestra trayectoria en cifras"
description="La confianza de nuestros vecinos nos avala año tras año."
@@ -217,26 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "member-1",
name: "Agustín",
role: "Veterinario Principal",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg",
imageAlt: "Agustín",
},
id: "member-1", name: "Agustín", role: "Veterinario Principal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg", imageAlt: "Agustín"},
{
id: "member-2",
name: "Equipo Clínico",
role: "Asistentes Veterinarios",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-displeased-expression-yellow-wall_179666-13069.jpg",
imageAlt: "Equipo",
},
id: "member-2", name: "Equipo Clínico", role: "Asistentes Veterinarios", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-displeased-expression-yellow-wall_179666-13069.jpg", imageAlt: "Equipo"},
{
id: "member-3",
name: "Atención al Cliente",
role: "Apoyo Administrativo",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-blue-gloves-yellow-wall_179666-13046.jpg",
imageAlt: "Staff",
},
id: "member-3", name: "Atención al Cliente", role: "Apoyo Administrativo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-blue-gloves-yellow-wall_179666-13046.jpg", imageAlt: "Staff"},
]}
title="Nuestro equipo"
description="Profesionales implicados en el bienestar de tu compañero."
@@ -251,25 +175,15 @@ export default function LandingPage() {
author="María G."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-with-russian-toy-arms_1398-4985.jpg",
alt: "Testimonio",
},
src: "http://img.b2bpic.net/free-photo/woman-with-russian-toy-arms_1398-4985.jpg", alt: "Testimonio"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-fluffy-black-dog-outdoors_23-2148683013.jpg",
alt: "Testimonio",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-fluffy-black-dog-outdoors_23-2148683013.jpg", alt: "Testimonio"},
{
src: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42384.jpg",
alt: "Testimonio",
},
src: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42384.jpg", alt: "Testimonio"},
{
src: "http://img.b2bpic.net/free-photo/girl-with-cat_1157-17459.jpg",
alt: "Testimonio",
},
src: "http://img.b2bpic.net/free-photo/girl-with-cat_1157-17459.jpg", alt: "Testimonio"},
{
src: "http://img.b2bpic.net/free-photo/elegant-woman-black-jacket-with-black-bulldog_1157-31813.jpg",
alt: "Testimonio",
},
src: "http://img.b2bpic.net/free-photo/elegant-woman-black-jacket-with-black-bulldog_1157-31813.jpg", alt: "Testimonio"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -282,20 +196,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "¿Atendéis urgencias?",
content: "Atendemos urgencias coordinadas y contamos con disponibilidad telefónica para casos críticos.",
},
id: "f1", title: "¿Atendéis urgencias?", content: "Atendemos urgencias coordinadas y contamos con disponibilidad telefónica para casos críticos."},
{
id: "f2",
title: "¿Cómo es vuestro horario?",
content: "Estamos abiertos de lunes a viernes de 10:30 a 14:00 y de 17:00 a 20:30, y sábados de 10:30 a 14:00.",
},
id: "f2", title: "¿Cómo es vuestro horario?", content: "Estamos abiertos de lunes a viernes de 10:30 a 14:00 y de 17:00 a 20:30, y sábados de 10:30 a 14:00."},
{
id: "f3",
title: "¿Atendéis gatos y perros?",
content: "Sí, estamos especializados principalmente en medicina general para perros y gatos.",
},
id: "f3", title: "¿Atendéis gatos y perros?", content: "Sí, estamos especializados principalmente en medicina general para perros y gatos."},
]}
title="Preguntas frecuentes"
faqsAnimation="slide-up"
@@ -307,14 +212,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Visítanos en Calle del Moscatelar, 2L, 28043 Madrid o llámanos para concertar una cita."
buttons={[
{
text: "91 759 91 21",
href: "tel:917599121",
},
text: "91 759 91 21", href: "tel:917599121"},
]}
/>
</div>
@@ -325,29 +227,19 @@ export default function LandingPage() {
logoText="CV Conde de Orgaz"
columns={[
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "C. del Moscatelar, 2L",
href: "#",
},
label: "C. del Moscatelar, 2L", href: "#"},
{
label: "91 759 91 21",
href: "tel:917599121",
},
label: "91 759 91 21", href: "tel:917599121"},
],
},
{
title: "Horario",
items: [
title: "Horario", items: [
{
label: "Lun-Vie: 10:30-14:00 / 17:00-20:30",
href: "#",
},
label: "Lun-Vie: 10:30-14:00 / 17:00-20:30", href: "#"},
{
label: "Sáb: 10:30-14:00",
href: "#",
},
label: "Sáb: 10:30-14:00", href: "#"},
],
},
]}