From 8192e3152baaa7f0323327d1f9ef47087ddc6ba5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:17:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 117 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4396f47..9bb87f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,9 +49,7 @@ export default function LandingPage() { description="Bienvenido a la experiencia de cuidado y estilo más exclusiva para tu mascota. Elegancia, mimo y profesionalismo en cada detalle." buttons={[ { - text: "Reservar cita", - href: "#contact", - }, + text: "Reservar cita", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg" imageAlt="Boutique salon de lujo" @@ -74,17 +64,11 @@ export default function LandingPage() { description="El Caniche Rosa nace con la pasión de ofrecer un servicio integral de peluquería y estilo, fusionando técnicas avanzadas con un trato delicado y personalizado para que tu compañero se sienta como en casa." bulletPoints={[ { - title: "Servicios exclusivos", - description: "Baño, corte y estilo adaptado a la personalidad de cada mascota.", - }, + title: "Servicios exclusivos", description: "Baño, corte y estilo adaptado a la personalidad de cada mascota."}, { - title: "Atención personalizada", - description: "Entendemos que cada perro es único y requiere un trato específico.", - }, + title: "Atención personalizada", description: "Entendemos que cada perro es único y requiere un trato específico."}, { - title: "Productos premium", - description: "Utilizamos solo los mejores cosméticos para cuidar piel y pelaje.", - }, + title: "Productos premium", description: "Utilizamos solo los mejores cosméticos para cuidar piel y pelaje."}, ]} imageSrc="http://img.b2bpic.net/free-photo/cute-little-black-french-bulldog-studio_1303-27308.jpg" mediaAnimation="slide-up" @@ -97,20 +81,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Corte de Razas", - description: "Expertos en estándares de raza y cortes de diseño.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-caucasian-young-woman-with-dark-short-hair-is-sitting-with-her-bulldog-pink-background-true-friendship-wonderful-happy-moments_197531-31374.jpg", - }, + title: "Corte de Razas", description: "Expertos en estándares de raza y cortes de diseño.", imageSrc: "http://img.b2bpic.net/free-photo/cute-caucasian-young-woman-with-dark-short-hair-is-sitting-with-her-bulldog-pink-background-true-friendship-wonderful-happy-moments_197531-31374.jpg"}, { - title: "Spa Canino", - description: "Tratamientos de hidratación profunda y relax.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-yorkshire-dog_23-2151779247.jpg", - }, + title: "Spa Canino", description: "Tratamientos de hidratación profunda y relax.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-yorkshire-dog_23-2151779247.jpg"}, { - title: "Higiene Completa", - description: "Corte de uñas, limpieza de oídos y glándulas.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg", - }, + title: "Higiene Completa", description: "Corte de uñas, limpieza de oídos y glándulas.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg"}, ]} title="Lo que ofrecemos" description="Servicios profesionales enfocados en la salud y estética de tu mascota." @@ -124,29 +99,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Lucía P.", - role: "Directora Creativa", - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-caucasian-brunette-girl-holding-paws-dog-front-camera-pink-background-good-relationship-animals-people-concept_197531-31344.jpg", - }, + id: "1", name: "Lucía P.", role: "Directora Creativa", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-caucasian-brunette-girl-holding-paws-dog-front-camera-pink-background-good-relationship-animals-people-concept_197531-31344.jpg"}, { - id: "2", - name: "Marcos R.", - role: "Estilista Senior", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-hugging-his-white-dog_23-2148164509.jpg", - }, + id: "2", name: "Marcos R.", role: "Estilista Senior", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-hugging-his-white-dog_23-2148164509.jpg"}, { - id: "3", - name: "Elena S.", - role: "Terapeuta Spa", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", - }, + id: "3", name: "Elena S.", role: "Terapeuta Spa", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg"}, { - id: "4", - name: "Javier M.", - role: "Atención al Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-looking-camera-while-standing-counter-movie-house_613910-21690.jpg", - }, + id: "4", name: "Javier M.", role: "Atención al Cliente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-looking-camera-while-standing-counter-movie-house_613910-21690.jpg"}, ]} title="Nuestro equipo" description="Profesionales apasionados por la estética y el bienestar animal." @@ -156,30 +115,20 @@ export default function LandingPage() {
@@ -237,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file