5 Commits

Author SHA1 Message Date
c0ce1fb7c9 Merge version_2 into main
Merge version_2 into main
2026-06-09 15:48:12 +00:00
b19ca521f9 Update src/app/page.tsx 2026-06-09 15:48:09 +00:00
7af081e333 Merge version_1 into main
Merge version_1 into main
2026-06-09 15:45:10 +00:00
43b14f8879 Merge version_1 into main
Merge version_1 into main
2026-06-09 15:44:41 +00:00
2a17a8bc08 Merge version_1 into main
Merge version_1 into main
2026-06-09 15:43:53 +00:00

View File

@@ -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"
/>
</div>
@@ -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 whove 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"},
]}
/>
</div>
@@ -250,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}