From e1a53af68c53f10463dc3a3b1d93ae0df918134e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9875f03..2e35ed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,11 +107,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", date: "March 2024", title: "Great Experience", quote: "Friendly but professional atmosphere. Loved the cut!", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg?_wi=3" }, + { id: "1", name: "Sarah Johnson", date: "March 2024", title: "Great Experience", quote: "Friendly but professional atmosphere. Loved the cut!", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CEGsQVUkS2kBcWTsOGSvGIMO39/uploaded-1775945201485-fc0lbvf0.jpg" }, { id: "2", name: "Michael Chen", date: "February 2024", title: "Perfect Cut", quote: "Exactly what I asked for. Best barbershop in town.", tag: "Precision", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-dry-shampoo-home_23-2150689656.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg?_wi=3" }, { id: "3", name: "Emily Rodriguez", date: "January 2024", title: "Professional", quote: "Great experience watching the barbers work, very talented.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-sporty-guy-by-window-athlete-posing-near-spacious-windows-gym-sports_78826-3420.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beauty-mulatto-woman-with-long-lashes_633478-2727.jpg?_wi=3" }, { id: "4", name: "David Kim", date: "January 2024", title: "Highly Recommend", quote: "Found my new permanent barbershop. Amazing fades.", tag: "Clean", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11862.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-trimming-moustache-customer_23-2147778871.jpg?_wi=3" }, - { id: "5", name: "Jane Smith", date: "December 2023", title: "Reliable", quote: "Consistent quality every time. Never disappointed.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-isolated-handsome-fashionable-tattooed-man-with-fuzzy-beard-shaved-head-posing-indoors-with-arms-folded-having-confident-facial-expression_343059-1711.jpg?_wi=3" } + { id: "5", name: "Jane Smith", date: "December 2023", title: "Reliable", quote: "Consistent quality every time. Never disappointed.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CEGsQVUkS2kBcWTsOGSvGIMO39/uploaded-1775945125523-07rk8fqj.jpg" } ]} title="What Our Clients Say" description="Hear from our satisfied customers in the Gladstone community." -- 2.49.1