Update src/app/page.tsx
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Love Pets"
|
||||
/>
|
||||
@@ -57,35 +45,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Atención profesional y amorosa para tus mascotas"
|
||||
description="Hospital veterinario en Soacha. Tu compromiso es su salud y bienestar, nosotros estamos para protegerlos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agenda una cita",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-with-cute-dog_23-2149304309.jpg?_wi=1"
|
||||
buttons={[{ text: "Agenda una cita", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-with-cute-dog_23-2149304309.jpg"
|
||||
imageAlt="Veterinario profesional atendiendo a una mascota"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-girl-waiting-vet-s-with-their-doberman-dog_329181-10375.jpg",
|
||||
alt: "Woman and girl waiting at the vet's with their doberman dog",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267944.jpg",
|
||||
alt: "Close up on veterinary doctor taking care of pet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-veterinarian-opening-otoscope-box-table_23-2147928410.jpg",
|
||||
alt: "Close-up of veterinarian opening the otoscope box on table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sleepy-puppies-vet-s-couch_329181-10395.jpg",
|
||||
alt: "Sleepy puppies on vet's couch",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267855.jpg",
|
||||
alt: "Close up on veterinary doctor taking care of pet",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-girl-waiting-vet-s-with-their-doberman-dog_329181-10375.jpg", alt: "Woman and girl waiting at the vet's with their doberman dog" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267944.jpg", alt: "Close up on veterinary doctor taking care of pet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-veterinarian-opening-otoscope-box-table_23-2147928410.jpg", alt: "Close-up of veterinarian opening the otoscope box on table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sleepy-puppies-vet-s-couch_329181-10395.jpg", alt: "Sleepy puppies on vet's couch" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267855.jpg", alt: "Close up on veterinary doctor taking care of pet" },
|
||||
]}
|
||||
avatarText="Más de 1500 familias confían en nosotros"
|
||||
/>
|
||||
@@ -98,20 +66,11 @@ export default function LandingPage() {
|
||||
title="Sobre Love Pets"
|
||||
description="En Love Pets, somos un equipo de profesionales dedicados al cuidado de animales. Nos destacamos por ofrecer diagnósticos precisos y un trato cálido tanto para las mascotas como para sus dueños."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Atención personalizada",
|
||||
description: "Trato único para cada caso.",
|
||||
},
|
||||
{
|
||||
title: "Diagnóstico preciso",
|
||||
description: "Tecnología y experiencia médica.",
|
||||
},
|
||||
{
|
||||
title: "Cuidado amoroso",
|
||||
description: "Comprometidos con el bienestar integral.",
|
||||
},
|
||||
{ title: "Atención personalizada", description: "Trato único para cada caso." },
|
||||
{ title: "Diagnóstico preciso", description: "Tecnología y experiencia médica." },
|
||||
{ title: "Cuidado amoroso", description: "Comprometidos con el bienestar integral." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314384.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314384.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,28 +82,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Consulta Veterinaria",
|
||||
description: "Exámenes generales y seguimiento clínico.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Activity,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cat-camera-business-card_23-2147562854.jpg",
|
||||
imageAlt: "pet food brand logo minimal",
|
||||
title: "Consulta Veterinaria", description: "Exámenes generales y seguimiento clínico.", bentoComponent: "reveal-icon", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Diagnóstico Médico",
|
||||
description: "Análisis precisos para detección temprana.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-cute-dog_23-2149304309.jpg?_wi=2",
|
||||
imageAlt: "pet food brand logo minimal",
|
||||
title: "Diagnóstico Médico", description: "Análisis precisos para detección temprana.", bentoComponent: "reveal-icon", icon: Search,
|
||||
},
|
||||
{
|
||||
title: "Atención General",
|
||||
description: "Vacunas y control de salud rutinario.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314384.jpg?_wi=2",
|
||||
imageAlt: "pet food brand logo minimal",
|
||||
title: "Atención General", description: "Vacunas y control de salud rutinario.", bentoComponent: "reveal-icon", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
@@ -159,46 +103,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana María",
|
||||
role: "Cliente",
|
||||
company: "Soacha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-154021.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Ruiz",
|
||||
role: "Cliente",
|
||||
company: "Soacha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-feeding-cat_23-2149048064.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Torres",
|
||||
role: "Cliente",
|
||||
company: "Soacha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314381.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luis Gómez",
|
||||
role: "Cliente",
|
||||
company: "Soacha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuddling-her-fluffy-white-kitten_23-2151961717.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofía Díaz",
|
||||
role: "Cliente",
|
||||
company: "Soacha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-golden-retriever-handsome-man-cafe-cute-dog-gives-paw-takes-picture_1258-314009.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana María", role: "Cliente", company: "Soacha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-154021.jpg" },
|
||||
{ id: "2", name: "Carlos Ruiz", role: "Cliente", company: "Soacha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-feeding-cat_23-2149048064.jpg" },
|
||||
{ id: "3", name: "Elena Torres", role: "Cliente", company: "Soacha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314381.jpg" },
|
||||
{ id: "4", name: "Luis Gómez", role: "Cliente", company: "Soacha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-cuddling-her-fluffy-white-kitten_23-2151961717.jpg" },
|
||||
{ id: "5", name: "Sofía Díaz", role: "Cliente", company: "Soacha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-golden-retriever-handsome-man-cafe-cute-dog-gives-paw-takes-picture_1258-314009.jpg" },
|
||||
]}
|
||||
title="Lo que dicen de nosotros"
|
||||
description="La satisfacción de nuestros clientes es nuestra mejor recomendación."
|
||||
@@ -210,14 +119,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"VetHealth Global",
|
||||
"PetCare Society",
|
||||
"Soacha Pets Association",
|
||||
"Global Nutrition Pet",
|
||||
"Veterinary Research Group",
|
||||
"Pet Science Network",
|
||||
"Healthy Animal Alliance",
|
||||
]}
|
||||
"VetHealth Global", "PetCare Society", "Soacha Pets Association", "Global Nutrition Pet", "Veterinary Research Group", "Pet Science Network", "Healthy Animal Alliance"]}
|
||||
title="Nuestros Aliados"
|
||||
description="Trabajamos con las mejores marcas y organizaciones del sector veterinario."
|
||||
/>
|
||||
@@ -229,24 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Mascotas Atendidas",
|
||||
value: "1500+",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Años de Experiencia",
|
||||
value: "10+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Opiniones Positivas",
|
||||
value: "4.6/5",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "1", title: "Mascotas Atendidas", value: "1500+", icon: Heart },
|
||||
{ id: "2", title: "Años de Experiencia", value: "10+", icon: Award },
|
||||
{ id: "3", title: "Opiniones Positivas", value: "4.6/5", icon: Star },
|
||||
]}
|
||||
title="Impacto y Salud"
|
||||
description="Cifras que demuestran nuestro compromiso con el cuidado animal."
|
||||
@@ -258,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuáles son sus horarios?",
|
||||
content: "Atendemos hasta las 8:00 p.m. de lunes a domingo.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Requieren cita previa?",
|
||||
content: "Recomendamos agendar para asegurar una atención más rápida.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Atienden emergencias?",
|
||||
content: "Sí, contamos con servicios especializados para casos urgentes.",
|
||||
},
|
||||
{ id: "1", title: "¿Cuáles son sus horarios?", content: "Atendemos hasta las 8:00 p.m. de lunes a domingo." },
|
||||
{ id: "2", title: "¿Requieren cita previa?", content: "Recomendamos agendar para asegurar una atención más rápida." },
|
||||
{ id: "3", title: "¿Atienden emergencias?", content: "Sí, contamos con servicios especializados para casos urgentes." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas sobre nuestros servicios."
|
||||
@@ -283,18 +158,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Estamos cerca de ti en Soacha"
|
||||
description="Visítanos en Cra. 1 #13-120 o llámanos al 310 7742700 para resolver tus inquietudes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:3107742700",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Llamar ahora", href: "tel:3107742700" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -304,33 +172,16 @@ export default function LandingPage() {
|
||||
logoText="Love Pets"
|
||||
columns={[
|
||||
{
|
||||
title: "Enlaces",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Enlaces", items: [
|
||||
{ label: "Inicio", href: "#hero" },
|
||||
{ label: "Servicios", href: "#features" },
|
||||
{ label: "Contacto", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidad", href: "#" },
|
||||
{ label: "Términos", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user