diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bd93721..52f153d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,15 +26,14 @@ export default function LandingPage() { @@ -45,22 +44,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Full Grooming Package", description: "Haircut + beard + hot towel + razor.", icon: Crown, + title: "Paquete de Peluquería Completo", description: "Corte + barba + toalla caliente + rasurado.", icon: Crown, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wallpaper-pattern-wooden-background-job-career-concept_53876-143260.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg" }, ] }, { - title: "Straight Razor Shave", description: "Old school luxury.", icon: Scissors, + title: "Rasurado con Navaja", description: "Lujo de la vieja escuela.", icon: Scissors, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122002.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg" }, ] } ]} - title="Excellence in Every Cut" - description="Full grooming services at 939 Central Ave." + title="Excelencia en cada corte" + description="Servicios de peluquería en 939 Central Ave." /> @@ -69,13 +68,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Why Book With Us" - description="We prioritize quality, hygiene, and your time." + title="¿Por qué reservar con nosotros?" + description="Priorizamos la calidad, la higiene y tu tiempo." metrics={[ - { id: "ex-1", icon: Clock, title: "Precision Work", value: "45 Min" }, - { id: "ex-2", icon: Smile, title: "Client Care", value: "High" }, - { id: "ex-3", icon: ShieldCheck, title: "Cleanliness", value: "100%" }, - { id: "ex-4", icon: Coffee, title: "Experience", value: "Elite" }, + { id: "ex-1", icon: Clock, title: "Trabajo de Precisión", value: "45 Min" }, + { id: "ex-2", icon: Smile, title: "Atención al Cliente", value: "Alta" }, + { id: "ex-3", icon: ShieldCheck, title: "Limpieza", value: "100%" }, + { id: "ex-4", icon: Coffee, title: "Experiencia", value: "Elite" }, ]} /> @@ -84,15 +83,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file