From 06a75a714b0a7aa15545ccf222ceced051082906 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:07:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd0533c..84d1b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,10 +64,10 @@ export default function LandingPage() { mediaAnimation="blur-reveal" background={{ variant: "radial-gradient" }} testimonials={[ - { name: "James Wilson", handle: "@jameswilson", testimonial: "Premier Cuts gave me the best fade I've ever had. The barbers are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg", imageAlt: "James Wilson" }, - { name: "Marcus Rodriguez", handle: "@marcusrodriguez", testimonial: "Finally found a barbershop that understands quality. Been coming here for two years!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg", imageAlt: "Marcus Rodriguez" }, - { name: "David Chen", handle: "@davidchen", testimonial: "The attention to detail is incredible. Every visit feels like a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg", imageAlt: "David Chen" }, - { name: "Anthony Thompson", handle: "@anthonythompson", testimonial: "Best barbershop in town. Worth every penny. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Anthony Thompson" } + { name: "James Wilson", handle: "@jameswilson", testimonial: "Premier Cuts gave me the best fade I've ever had. The barbers are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg?_wi=1", imageAlt: "James Wilson" }, + { name: "Marcus Rodriguez", handle: "@marcusrodriguez", testimonial: "Finally found a barbershop that understands quality. Been coming here for two years!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg?_wi=1", imageAlt: "Marcus Rodriguez" }, + { name: "David Chen", handle: "@davidchen", testimonial: "The attention to detail is incredible. Every visit feels like a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=1", imageAlt: "David Chen" }, + { name: "Anthony Thompson", handle: "@anthonythompson", testimonial: "Best barbershop in town. Worth every penny. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=1", imageAlt: "Anthony Thompson" } ]} useInvertedBackground={false} ariaLabel="Hero section - Premium barbershop experience" @@ -132,10 +132,10 @@ export default function LandingPage() { { value: "15+", label: "Years in Business" } ]} testimonials={[ - { id: "1", name: "James Wilson", role: "Business Owner", company: "Wilson Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg" }, - { id: "2", name: "Marcus Rodriguez", role: "Marketing Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg" }, - { id: "3", name: "David Chen", role: "Software Engineer", company: "StartUp Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg" }, - { id: "4", name: "Anthony Thompson", role: "Financial Advisor", company: "Thompson & Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg" } + { id: "1", name: "James Wilson", role: "Business Owner", company: "Wilson Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg?_wi=2" }, + { id: "2", name: "Marcus Rodriguez", role: "Marketing Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg?_wi=2" }, + { id: "3", name: "David Chen", role: "Software Engineer", company: "StartUp Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=2" }, + { id: "4", name: "Anthony Thompson", role: "Financial Advisor", company: "Thompson & Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=2" } ]} ariaLabel="Testimonials section - Client reviews and ratings" /> -- 2.49.1