From 9ba58001ae12c1960f2ce3d231bcd5471704b205 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:24:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 487291b..096529c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,37 +45,19 @@ export default function LandingPage() {
@@ -94,55 +70,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Degradados Modernos", - description: "Especialistas en Skin Fade y acabados de alta definición.", - icon: Sparkles, + title: "Degradados Modernos", description: "Especialistas en Skin Fade y acabados de alta definición.", icon: Sparkles, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", - imageAlt: "skin fade close up", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-trimming-hair_23-2148256872.jpg", - imageAlt: "skin fade close up", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=2", - imageAlt: "skin fade close up", + { imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "skin fade close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-trimming-hair_23-2148256872.jpg", imageAlt: "skin fade close up" }, + ] }, { - title: "Corte Infantil", - description: "Expertos en los más pequeños, con paciencia y estilo.", - icon: Star, + title: "Corte Infantil", description: "Expertos en los más pequeños, con paciencia y estilo.", icon: Star, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-older-sister-cuts-her-little-brother-with-trimmer-against-brick-wall_613910-5738.jpg", - imageAlt: "barber cutting kids hair", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19721.jpg", - imageAlt: "barber cutting kids hair", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg?_wi=2", - imageAlt: "skin fade close up", + { imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-older-sister-cuts-her-little-brother-with-trimmer-against-brick-wall_613910-5738.jpg", imageAlt: "barber cutting kids hair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19721.jpg", imageAlt: "barber cutting kids hair" }, + ] }, { - title: "Arreglo de Barba", - description: "Perfilado y cuidado tradicional para un look impecable.", - icon: Shield, + title: "Arreglo de Barba", description: "Perfilado y cuidado tradicional para un look impecable.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133310.jpg", - imageAlt: "hair tattoo pattern", - }, - { - imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-abstract-lines-pattern_23-2148953433.jpg", - imageAlt: "hair tattoo pattern", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg?_wi=2", - imageAlt: "skin fade close up", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133310.jpg", imageAlt: "hair tattoo pattern" }, + { imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-abstract-lines-pattern_23-2148953433.jpg", imageAlt: "hair tattoo pattern" }, + ] }, ]} title="Nuestros Servicios" @@ -152,33 +98,16 @@ export default function LandingPage() {
@@ -276,22 +169,13 @@ export default function LandingPage() { description="Estamos listos para renovar tu estilo. Visítanos en C. Santander, 14." inputs={[ { - name: "nombre", - type: "text", - placeholder: "Tu nombre", - required: true, + name: "nombre", type: "text", placeholder: "Tu nombre", required: true, }, { - name: "email", - type: "email", - placeholder: "Tu email", - required: true, + name: "email", type: "email", placeholder: "Tu email", required: true, }, { - name: "telefono", - type: "tel", - placeholder: "Tu teléfono", - }, + name: "telefono", type: "tel", placeholder: "Tu teléfono"}, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-getting-groomed_23-2149141754.jpg" imageAlt="barber shop interior" @@ -304,25 +188,17 @@ export default function LandingPage() { { items: [ { - label: "Calle Santander, 14", - href: "#", - }, + label: "Calle Santander, 14", href: "#"}, { - label: "Castro-Urdiales", - href: "#", - }, + label: "Castro-Urdiales", href: "#"}, ], }, { items: [ { - label: "Abierto hasta las 20:30", - href: "#", - }, + label: "Abierto hasta las 20:30", href: "#"}, { - label: "Reserva ahora", - href: "tel:602379374", - }, + label: "Reserva ahora", href: "tel:602379374"}, ], }, ]} -- 2.49.1