From 6a7e27e8deafc8a390e24344772a1e24fc8557f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:22:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3120a4..932e5e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,19 +155,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Felipe P.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-beard-trimmer-trophy-smiling-showing-thumbs-up-smiling-standing-orange-wall_141793-61329.jpg", imageAlt: "Client Felipe P.", content: "Hands down the best barbershop in Riverside. Felipe always leaves me looking fresh and feeling confident. The attention to detail is unmatched, and the atmosphere is always welcoming. Highly recommend!" + id: "1", name: "Felipe P.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-beard-trimmer-trophy-smiling-showing-thumbs-up-smiling-standing-orange-wall_141793-61329.jpg", imageAlt: "Client Felipe P." }, { - id: "2", name: "Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-mirror-medium-shot_23-2149141782.jpg", imageAlt: "Client Michael S.", content: "Came in for a beard trim and hot towel shave, and it was an incredible experience. Michael took his time to perfect every detail, making sure I was comfortable. My beard has never looked better. Fantastic service!" + id: "2", name: "Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-mirror-medium-shot_23-2149141782.jpg", imageAlt: "Client Michael S." }, { - id: "3", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-muscular-male-sunglasses-dressed-white-t-shirt-brown-leather-jacket_613910-1239.jpg", imageAlt: "Client Carlos R.", content: "Morgan's Barber Lounge consistently delivers top-notch haircuts. Carlos is a true professional; he listens to exactly what you want and executes flawlessly every time. It's my go-to spot now." + id: "3", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-muscular-male-sunglasses-dressed-white-t-shirt-brown-leather-jacket_613910-1239.jpg", imageAlt: "Client Carlos R." }, { - id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Client David K.", content: "Finally found a barber who understands modern styles! David gave me a sharp fade that exceeded my expectations. The vibe in the lounge is great, and the staff are super friendly. Worth every penny." + id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Client David K." }, { - id: "5", name: "Juan M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg", imageAlt: "Client Juan M.", content: "From the moment I walked in, I felt right at home. Juan provided an excellent haircut and made sure I was happy with the result. It's clear they care about their clients. A gem in Riverside!" + id: "5", name: "Juan M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg", imageAlt: "Client Juan M." } ]} cardTitle="What Our Clients Say" -- 2.49.1