From b19ca521f9ec07f03e3c9c0f33bdc761496dc0a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb99e1a..a0a40d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,19 +78,7 @@ export default function LandingPage() { showDimOverlay={true} showBlur={true} textPosition="bottom" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/stylish-confident-man-cafeteria_23-2147689260.jpg", alt: "Happy client 1"}, - { - src: "http://img.b2bpic.net/free-photo/close-up-smiling-young-man-with-headphone-around-his-neck-looking-camera_23-2148042690.jpg", alt: "Happy client 2"}, - { - src: "http://img.b2bpic.net/free-photo/beautiful-young-man-looking-camera-home-garden_1301-5132.jpg", alt: "Happy client 3"}, - { - src: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7907.jpg", alt: "Happy client 4"}, - { - src: "http://img.b2bpic.net/free-photo/attractive-happy-man-smiling-street-kuala-lumpur-urban-men-clothing-style-soap-bubbles-fly-air_1321-2139.jpg", alt: "Happy client 5"}, - ]} - avatarText="Join 500+ satisfied clients" + avatarText="Join satisfied clients" /> @@ -188,21 +176,21 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", name: "Isaac Diaz", role: "Client", testimonial: "Best barbershop in Grand Rapids, hands down! The attention to detail is unmatched, and the barbers really take their time to give you the perfect cut. Always leave feeling fresh.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-laboratory-robes-talk-each-other-standing-greenhouse_8353-7139.jpg", imageAlt: "Isaac Diaz, happy client"}, + id: "1", name: "Isaac Diaz", role: "Client", testimonial: "Best barbershop in Grand Rapids, hands down! The attention to detail is unmatched, and the barbers really take their time to give you the perfect cut. Always leave feeling fresh."}, { - id: "2", name: "Harry Navarro", role: "Client", testimonial: "ForTheCultureBarberCo is truly a hidden gem. The vibe is incredible, feels like family every time. Plus, my fades are always on point. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-close-up-portrait-extremely-happy-rejoicing-young-man-looking-surprised-cant-believe-he-won-prize-hold-hands-head-denial-yellow-background_1258-60037.jpg", imageAlt: "Harry Navarro, satisfied client"}, + id: "2", name: "Harry Navarro", role: "Client", testimonial: "ForTheCultureBarberCo is truly a hidden gem. The vibe is incredible, feels like family every time. Plus, my fades are always on point. Highly recommend!"}, { - id: "3", name: "David Castellanos", role: "Client", testimonial: "Professional, friendly, and consistently deliver amazing results. I've been coming here for years, and they never disappoint. They understand my style perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "David Castellanos, loyal client"}, + id: "3", name: "David Castellanos", role: "Client", testimonial: "Professional, friendly, and consistently deliver amazing results. I've been coming here for years, and they never disappoint. They understand my style perfectly."}, { - id: "4", name: "Marcus Tate", role: "Client", testimonial: "The atmosphere here is everything! Great music, great conversations, and most importantly, great cuts. You won't find a better barber experience in Michigan.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg", imageAlt: "Marcus Tate, happy customer"}, + id: "4", name: "Marcus Tate", role: "Client", testimonial: "The atmosphere here is everything! Great music, great conversations, and most importantly, great cuts. You won't find a better barber experience in Michigan."}, { - id: "5", name: "Jamal Williams", role: "Client", testimonial: "From classic cuts to modern styles, these guys master it all. Every visit feels personal, and the quality is always top-notch. My go-to spot for a fresh look.", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "Jamal Williams, satisfied customer"}, + id: "5", name: "Jamal Williams", role: "Client", testimonial: "From classic cuts to modern styles, these guys master it all. Every visit feels personal, and the quality is always top-notch. My go-to spot for a fresh look."}, ]} title="What Our Clients Say" description="Hear directly from our satisfied customers who’ve experienced the unparalleled quality and welcoming atmosphere at ForTheCultureBarberCo." buttons={[ { - text: "Join 500+ happy clients — Book Today", href: "#booking-cta"}, + text: "Book Today", href: "#booking-cta"}, ]} /> @@ -250,4 +238,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1