From abf2d36da2281234f2962a94700dfb5f3217455f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:09:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fae1d0..5717c0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,34 +30,33 @@ export default function LandingPage() {
@@ -65,8 +64,8 @@ export default function LandingPage() { @@ -78,29 +77,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Men's Haircut", description: "Classic cuts, modern styles, tapers, and textures.", icon: Scissors, + title: "Corte de Caballero", description: "Cortes clásicos, estilos modernos, desvanecidos y texturas.", icon: Scissors, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-painting-brush_23-2149529894.jpg" }, ] }, { - title: "Skin Fade", description: "Zero to seamless blend.", icon: Zap, + title: "Skin Fade", description: "Desvanecido impecable desde cero.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138404.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-face-pores-texture_23-2149444101.jpg" }, ] }, { - title: "Beard Trim", description: "Shape, line, and define.", icon: User, + title: "Arreglo de Barba", description: "Dale forma, perfila y define.", icon: User, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-shaving-his-beard-with-straight-razor-touching-his-neck-looking-side-isolated-olive-green-background_141793-85009.jpg" }, ] } ]} - title="Services We Provide" - description="Expert grooming services in Kansas City." + title="Nuestros Servicios" + description="Servicios de peluquería expertos en Kansas City." /> @@ -109,7 +108,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - description="Real feedback from our valued clients at Imperio." + description="Opiniones reales de nuestros clientes en Imperio." testimonials={[ { id: "1", name: "Jorge Luis", handle: "Google Maps", testimonial: "El mejor servicio de Kansas City, muy profesional y atento a los detalles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-276.jpg" }, { id: "2", name: "Alvarezhermis", handle: "Google Maps", testimonial: "La calidad de los fades es increíble, regresaré siempre.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg" }, @@ -118,7 +117,7 @@ export default function LandingPage() { { id: "5", name: "Carlos V.", handle: "Google Maps", testimonial: "Excelente lugar para un corte de calidad en KCK.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg" }, ]} showRating={true} - title="What Kansas City Is Saying" + title="Lo que dice Kansas City" /> @@ -127,14 +126,14 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - description="We offer consistent quality." + description="Ofrecemos calidad consistente." metrics={[ - { id: "m1", icon: Scissors, title: "Expert Barbers", value: "5+ Years" }, - { id: "m2", icon: MessageCircle, title: "Languages", value: "Eng/Esp" }, - { id: "m3", icon: Calendar, title: "Open", value: "7 Days" }, - { id: "m4", icon: Award, title: "Community", value: "Since 2019" }, + { id: "m1", icon: Scissors, title: "Barberos Expertos", value: "5+ Años" }, + { id: "m2", icon: MessageCircle, title: "Idiomas", value: "Ing/Esp" }, + { id: "m3", icon: Calendar, title: "Abierto", value: "7 Días" }, + { id: "m4", icon: Award, title: "Comunidad", value: "Desde 2019" }, ]} - title="Why Kansas City Chooses Imperio" + title="Por qué Kansas City elige Imperio" /> @@ -142,11 +141,11 @@ export default function LandingPage() { @@ -154,15 +153,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file