Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 13:22:40 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Activity, Clock, Heart, Scissors, Shield } from "lucide-react";
import { Activity, Clock, Heart, Scissors, Shield, Stethoscope, Microscope, Beef } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,131 +29,37 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Servicios",
id: "features",
},
{
name: "Opiniones",
id: "testimonials",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Servicios", id: "features" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Contacto", id: "contact" },
]}
brandName="Vet Sud Oest"
button={{
text: "Pedir Cita",
href: "#contact",
}}
button={{ text: "Pedir Cita", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Cuidado Experto para tus Mascotas en La Vall d'Uixó"
description="En Clínica Veterinaria Sud Oest, ofrecemos servicios integrales de medicina veterinaria con atención personalizada, compromiso y el cariño que tu animal merece."
testimonials={[
{
name: "Elena V.",
handle: "@elena_v",
testimonial: "Trato excelente y muy profesional. Mis mascotas siempre están en buenas manos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg?_wi=1",
},
{
name: "Carlos M.",
handle: "@carlos_m",
testimonial: "La mejor clínica de la zona. Muy atentos y siempre con una sonrisa.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg?_wi=1",
},
{
name: "Ana S.",
handle: "@ana_s",
testimonial: "Muy agradecida por el cuidado que brindaron a mi perro. Gran equipo humano.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg?_wi=1",
},
{
name: "Javier P.",
handle: "@javier_p",
testimonial: "Atención impecable y muy rápida ante cualquier urgencia.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg?_wi=1",
},
{
name: "Marta G.",
handle: "@marta_g",
testimonial: "Cuidan de mis mascotas como si fueran suyas. Recomendado al 100%.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg?_wi=1",
},
]}
buttons={[
{
text: "Reservar Cita",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198612.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg",
alt: "Cliente 5",
},
{ name: "Elena V.", handle: "@elena_v", testimonial: "Trato excelente y muy profesional. Mis mascotas siempre están en buenas manos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg" },
{ name: "Carlos M.", handle: "@carlos_m", testimonial: "La mejor clínica de la zona. Muy atentos y siempre con una sonrisa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg" },
{ name: "Ana S.", handle: "@ana_s", testimonial: "Muy agradecida por el cuidado que brindaron a mi perro. Gran equipo humano.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg" },
{ name: "Javier P.", handle: "@javier_p", testimonial: "Atención impecable y muy rápida ante cualquier urgencia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg" },
{ name: "Marta G.", handle: "@marta_g", testimonial: "Cuidan de mis mascotas como si fueran suyas. Recomendado al 100%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg" }
]}
buttons={[{ text: "Reservar Cita", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198612.jpg"
avatarText="+500 familias satisfechas"
marqueeItems={[
{
type: "text-icon",
text: "Medicina Preventiva",
icon: Shield,
},
{
type: "text-icon",
text: "Cirugía Avanzada",
icon: Scissors,
},
{
type: "text-icon",
text: "Análisis Clínicos",
icon: Activity,
},
{
type: "text-icon",
text: "Atención 24h",
icon: Clock,
},
{
type: "text-icon",
text: "Especialistas en Exóticos",
icon: Heart,
},
{ type: "text-icon", text: "Medicina Preventiva", icon: Shield },
{ type: "text-icon", text: "Cirugía Avanzada", icon: Scissors },
{ type: "text-icon", text: "Análisis Clínicos", icon: Activity },
{ type: "text-icon", text: "Atención 24h", icon: Clock },
{ type: "text-icon", text: "Especialistas en Exóticos", icon: Heart },
]}
/>
</div>
@@ -163,8 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Comprometidos con el bienestar animal"
description={[
"Clínica Veterinaria Sud Oest somos un referente en atención veterinaria en La Vall d'Uixó. Contamos con años de experiencia cuidando de la salud de perros, gatos y animales exóticos.",
"Nuestro equipo médico está en constante formación para ofrecer los tratamientos más avanzados en un entorno acogedor y seguro para vuestros compañeros.",
"Clínica Veterinaria Sud Oest somos un referente en atención veterinaria en La Vall d'Uixó. Contamos con años de experiencia cuidando de la salud de perros, gatos y animales exóticos.", "Nuestro equipo médico está en constante formación para ofrecer los tratamientos más avanzados en un entorno acogedor y seguro para vuestros compañeros."
]}
/>
</div>
@@ -174,41 +79,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Medicina General",
description: "Consultas diagnósticas, vacunaciones y desparasitaciones periódicas.",
buttonIcon: "Stethoscope",
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198612.jpg?_wi=2",
imageAlt: "professional veterinarian consulting pet",
},
{
title: "Cirugía Veterinaria",
description: "Quirófano equipado con monitorización avanzada para cirugías seguras.",
buttonIcon: "Scissors",
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-with-dog-smiling-clinic_23-2151998571.jpg",
imageAlt: "veterinary team clinic portrait",
},
{
title: "Análisis Clínicos",
description: "Laboratorio propio para resultados rápidos en analíticas y pruebas.",
buttonIcon: "Microscope",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg?_wi=2",
imageAlt: "happy pet owner with dog",
},
{
title: "Peluquería y Estética",
description: "Cuidados de higiene y estética profesional para todas las razas.",
buttonIcon: "Scissors",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg?_wi=2",
imageAlt: "man playing with cat",
},
{
title: "Nutrición Especializada",
description: "Dietas personalizadas para mejorar la salud y vitalidad de tu mascota.",
buttonIcon: "Beef",
imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg?_wi=2",
imageAlt: "woman holding small dog",
},
{ title: "Medicina General", description: "Consultas diagnósticas, vacunaciones y desparasitaciones periódicas.", buttonIcon: Stethoscope, imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198612.jpg", imageAlt: "professional veterinarian consulting pet" },
{ title: "Cirugía Veterinaria", description: "Quirófano equipado con monitorización avanzada para cirugías seguras.", buttonIcon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-with-dog-smiling-clinic_23-2151998571.jpg", imageAlt: "veterinary team clinic portrait" },
{ title: "Análisis Clínicos", description: "Laboratorio propio para resultados rápidos en analíticas y pruebas.", buttonIcon: Microscope, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg", imageAlt: "happy pet owner with dog" },
{ title: "Peluquería y Estética", description: "Cuidados de higiene y estética profesional para todas las razas.", buttonIcon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg", imageAlt: "man playing with cat" },
{ title: "Nutrición Especializada", description: "Dietas personalizadas para mejorar la salud y vitalidad de tu mascota.", buttonIcon: Beef, imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg", imageAlt: "woman holding small dog" }
]}
title="Servicios Veterinarios Especializados"
description="Desde consultas rutinarias hasta cirugías complejas, cubrimos todas las necesidades de salud de tu mascota."
@@ -221,41 +96,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena V.",
role: "Cliente",
testimonial: "Trato excelente, siempre buscan lo mejor para mi mascota.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg?_wi=3",
},
{
id: "2",
name: "Carlos M.",
role: "Cliente",
testimonial: "Profesionales de confianza y muy amables con los animales.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg?_wi=3",
},
{
id: "3",
name: "Ana S.",
role: "Cliente",
testimonial: "Gran equipo, muy atentos y resolutivos.",
imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg?_wi=3",
},
{
id: "4",
name: "Javier P.",
role: "Cliente",
testimonial: "Veterinarios de 10, muy profesionales y humanos.",
imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg?_wi=2",
},
{
id: "5",
name: "Marta G.",
role: "Cliente",
testimonial: "Muy recomendables, cuidan a los animales con mucho amor.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg?_wi=2",
},
{ id: "1", name: "Elena V.", role: "Cliente", testimonial: "Trato excelente, siempre buscan lo mejor para mi mascota.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg" },
{ id: "2", name: "Carlos M.", role: "Cliente", testimonial: "Profesionales de confianza y muy amables con los animales.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg" },
{ id: "3", name: "Ana S.", role: "Cliente", testimonial: "Gran equipo, muy atentos y resolutivos.", imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg" },
{ id: "4", name: "Javier P.", role: "Cliente", testimonial: "Veterinarios de 10, muy profesionales y humanos.", imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg" },
{ id: "5", name: "Marta G.", role: "Cliente", testimonial: "Muy recomendables, cuidan a los animales con mucho amor.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg" }
]}
title="Lo que dicen nuestros clientes"
description="La confianza de nuestros pacientes y sus familias es nuestra mayor recompensa."
@@ -265,9 +110,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Pide tu cita previa hoy mismo"
description="Estamos ubicados en La Vall d'Uixó. Contáctanos para consultas, urgencias o más información sobre nuestros servicios veterinarios."
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg"
@@ -281,14 +124,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Clínica Veterinaria Sud Oest"
leftLink={{
text: "Aviso Legal",
href: "#",
}}
rightLink={{
text: "Política de Privacidad",
href: "#",
}}
leftLink={{ text: "Aviso Legal", href: "#" }}
rightLink={{ text: "Política de Privacidad", href: "#" }}
/>
</div>
</ReactLenis>