From 4da44eb2d633458050282b4bfb52c22047c4d21a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:14:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 736d173..ddfc33e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,16 +129,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Thompson", role: "Regular Client", testimonial: "Jason's Barber Shop is my go-to place for a sharp fade and clean line-up. The attention to detail is unmatched. I've been coming here for 5 years and wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", icon: Scissors + id: "1", name: "Marcus Thompson", role: "Regular Client", testimonial: "Jason's Barber Shop is my go-to place for a sharp fade and clean line-up. The attention to detail is unmatched. I've been coming here for 5 years and wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", icon: Scissors }, { - id: "2", name: "David Chen", role: "Business Owner", testimonial: "Professional service, welcoming atmosphere, and outstanding results. Jason and his team truly care about delivering the best experience. Highly recommended for any gentleman looking for quality grooming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", icon: Scissors + id: "2", name: "David Chen", role: "Business Owner", testimonial: "Professional service, welcoming atmosphere, and outstanding results. Jason and his team truly care about delivering the best experience. Highly recommended for any gentleman looking for quality grooming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", icon: Scissors }, { - id: "3", name: "James Rodriguez", role: "Frequent Customer", testimonial: "Best barbershop in town! The skill and precision are exceptional. Every visit feels personal, and they remember exactly how I like my cuts. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", icon: Scissors + id: "3", name: "James Rodriguez", role: "Frequent Customer", testimonial: "Best barbershop in town! The skill and precision are exceptional. Every visit feels personal, and they remember exactly how I like my cuts. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=3", icon: Scissors }, { - id: "4", name: "Robert Williams", role: "New Client", testimonial: "I walked in as a first-timer and felt immediately welcome. The barber took time to understand what I wanted and delivered perfectly. Already booked my next appointment!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", icon: Scissors + id: "4", name: "Robert Williams", role: "New Client", testimonial: "I walked in as a first-timer and felt immediately welcome. The barber took time to understand what I wanted and delivered perfectly. Already booked my next appointment!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=4", icon: Scissors } ]} />