From 7ea0b87e437f0f10341cb014dffa6824f88ab02c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:36:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 +++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcd2a40..4e61c08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,11 @@ export default function LandingPage() { description="Remodelación corporal avanzada y tratamientos drenantes con resultados visibles desde la primera sesión en Castelldefels." buttons={[ { - text: "Reservar por WhatsApp", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20gustaría%20reservar%20una%20cita"}, + text: "Reservar por WhatsApp", href: "https://wa.me/34686984500?text=Hola%20Blue,%20me%20gustaría%20reservar%20una%20cita" + }, { text: "Pedir Valoración", href: "contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/essential-table-spa-decorative-body_1220-1442.jpg" imageAlt="Centro de Bienestar Blue - Ambiente Premium" showDimOverlay={true} buttonAnimation="slide-up" @@ -76,9 +77,11 @@ export default function LandingPage() { @@ -124,16 +132,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "María García", role: "Cliente Habitual", company: "Castelldefels", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "María - Resultados Espectaculares"}, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "María - Resultados Espectaculares" + }, { id: "2", name: "Laura Martínez", role: "Cliente Satisfecha", company: "Barcelona", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Laura - Cambio Impresionante 10/10"}, + imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Laura - Cambio Impresionante 10/10" + }, { id: "3", name: "Andrea López", role: "Cliente VIP", company: "Costa Daurada", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Andrea - Siempre Recurro a Blue"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Andrea - Siempre Recurro a Blue" + }, { id: "4", name: "Sofia Ruiz", role: "Cliente Recurrente", company: "Sitges", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sofia - Superó Todas mis Expectativas"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sofia - Superó Todas mis Expectativas" + }, ]} kpiItems={[ { value: "76+", label: "Reseñas de Clientes" }, @@ -150,8 +162,9 @@ export default function LandingPage() {