From 528331fc86475aef59016b707f6d2abf0525bef6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3aec52..af69656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,96 +29,40 @@ export default function LandingPage() {
@@ -142,48 +86,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Área de pesas", - subtitle: "Completa gama de equipo", - category: "Instalaciones", - value: "🏋️‍♂️", - }, - { - id: "f2", - title: "Ambiente", - subtitle: "Motivación pura para entrenar", - category: "Experiencia", - value: "🔥", - }, - { - id: "f3", - title: "Higiene", - subtitle: "Baños y regaderas impecables", - category: "Comodidad", - value: "🧼", - }, - { - id: "f4", - title: "Estudiantes", - subtitle: "Promociones especiales", - category: "Precios", - value: "🎓", - }, - { - id: "f5", - title: "Atención", - subtitle: "Personalizada y cercana", - category: "Servicio", - value: "🤝", - }, - { - id: "f6", - title: "Ubicación", - subtitle: "Céntrica en Toluca", - category: "Acceso", - value: "📍", - }, + { id: "f1", title: "Área de pesas", subtitle: "Completa gama de equipo", category: "Instalaciones", value: "🏋️‍♂️" }, + { id: "f2", title: "Ambiente", subtitle: "Motivación pura para entrenar", category: "Experiencia", value: "🔥" }, + { id: "f3", title: "Higiene", subtitle: "Baños y regaderas impecables", category: "Comodidad", value: "🧼" }, + { id: "f4", title: "Estudiantes", subtitle: "Promociones especiales", category: "Precios", value: "🎓" }, + { id: "f5", title: "Atención", subtitle: "Personalizada y cercana", category: "Servicio", value: "🤝" }, + { id: "f6", title: "Ubicación", subtitle: "Céntrica en Toluca", category: "Acceso", value: "📍" }, ]} title="Nuestros Servicios" description="Todo lo que necesitas para alcanzar tus objetivos de fitness." @@ -196,46 +104,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Juan Pérez", - handle: "@juan", - testimonial: "Excelente servicio, muy completo el equipo y tienen promociones para universitarios.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg", - }, - { - id: "2", - name: "María García", - handle: "@maria", - testimonial: "Muy buen lugar para entrenar, buen ambiente y el personal es muy amable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg", - }, - { - id: "3", - name: "Luis López", - handle: "@luis", - testimonial: "Un gym clásico, perfecto para los que realmente quieren entrenar en serio.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg", - }, - { - id: "4", - name: "Ana Martínez", - handle: "@ana", - testimonial: "El mejor ambiente, me siento muy cómoda entrenando aquí cada día.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg", - }, - { - id: "5", - name: "Carlos Ruiz", - handle: "@carlos", - testimonial: "Totalmente recomendado, el equipo siempre está listo y el lugar muy limpio.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", - }, + { id: "1", name: "Juan Pérez", handle: "@juan", testimonial: "Excelente servicio, muy completo el equipo y tienen promociones para universitarios.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-19266.jpg" }, + { id: "2", name: "María García", handle: "@maria", testimonial: "Muy buen lugar para entrenar, buen ambiente y el personal es muy amable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-single-20-cheerful-lifestyle_1301-739.jpg" }, + { id: "3", name: "Luis López", handle: "@luis", testimonial: "Un gym clásico, perfecto para los que realmente quieren entrenar en serio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/determined-sportswoman-holding-dumbbell-dark_23-2147752860.jpg" }, + { id: "4", name: "Ana Martínez", handle: "@ana", testimonial: "El mejor ambiente, me siento muy cómoda entrenando aquí cada día.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" }, + { id: "5", name: "Carlos Ruiz", handle: "@carlos", testimonial: "Totalmente recomendado, el equipo siempre está listo y el lugar muy limpio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" }, ]} showRating={true} title="Lo que dicen nuestros miembros" @@ -246,16 +119,9 @@ export default function LandingPage() {
-- 2.49.1