From 29a43830d889fc12c5ec7d57e830932459d5da8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:09:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++++--------------------------------------- 1 file changed, 49 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 956cbb9..7012d6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -268,49 +134,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alice M.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - }, - { - id: "2", - name: "Bob T.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg", - }, - { - id: "3", - name: "Charlie D.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-maledressed-suit-grey-background_613910-1592.jpg", - }, - { - id: "4", - name: "David L.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-with-tattoo-his-face-dressed-jacket-grey-background_613910-1474.jpg", - }, - { - id: "5", - name: "Eve S.", - role: "Client", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-man-s-hair-barber-shop_23-2148353447.jpg", - }, + { id: "1", name: "Alice M.", role: "Cliente", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, + { id: "2", name: "Bob T.", role: "Cliente", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg" }, ]} - title="What Clients Say" - description="Honest feedback from our regulars." + title="Lo que Dicen Nuestros Clientes" + description="Opiniones honestas de quienes nos visitan regularmente." />
@@ -319,81 +147,35 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do I need an appointment?", - content: "Yes, we recommend booking in advance.", - }, - { - id: "q2", - title: "How long is a standard cut?", - content: "Most sessions take about 30-45 minutes.", - }, - { - id: "q3", - title: "Do you take walk-ins?", - content: "We do, but availability isn't guaranteed.", - }, + { id: "q1", title: "¿Necesito cita?", content: "Sí, recomendamos agendar con anticipación." }, + { id: "q2", title: "¿Cuánto dura un corte?", content: "La mayoría de las sesiones duran entre 30 y 45 minutos." }, ]} - title="Frequently Asked" - description="Common questions about our shop." + title="Preguntas Frecuentes" + description="Dudas comunes sobre nuestra barbería." faqsAnimation="slide-up" - 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" - mediaAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1