From 01713f65eb2f2747b3c04cb167b89ca65538c9d4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:27:39 +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 c3535a0..19b9fdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,10 +130,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", handle: "@seattle_style", testimonial: "Nathan's is the best barbershop in Seattle. The attention to detail is incredible, and the barbers really know their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg", imageAlt: "Marcus Johnson" + id: "1", name: "Marcus Johnson", handle: "@seattle_style", testimonial: "Nathan's is the best barbershop in Seattle. The attention to detail is incredible, and the barbers really know their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg?_wi=1", imageAlt: "Marcus Johnson" }, { - id: "2", name: "David Chen", handle: "@dchen_pro", testimonial: "Professional, friendly, and skilled barbers. Every cut is exactly what I ask for. This is my go-to place for grooming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "David Chen" + id: "2", name: "David Chen", handle: "@dchen_pro", testimonial: "Professional, friendly, and skilled barbers. Every cut is exactly what I ask for. This is my go-to place for grooming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "David Chen" }, { id: "3", name: "James Wilson", handle: "@jwilson_cuts", testimonial: "Been coming here for 3 years. The consistency in quality and service is unmatched. Nathan's is worth the wait!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Wilson" @@ -142,10 +142,10 @@ export default function LandingPage() { id: "4", name: "Alex Rodriguez", handle: "@alex_groomed", testimonial: "Great atmosphere, skilled barbers, and fair pricing. I'll definitely be back. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "Alex Rodriguez" }, { - id: "5", name: "Kevin Lee", handle: "@kevlee_style", testimonial: "The barbers here are true professionals. They take their time and make sure you leave looking sharp. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg", imageAlt: "Kevin Lee" + id: "5", name: "Kevin Lee", handle: "@kevlee_style", testimonial: "The barbers here are true professionals. They take their time and make sure you leave looking sharp. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg?_wi=2", imageAlt: "Kevin Lee" }, { - id: "6", name: "Tom Bradley", handle: "@tom_sharp", testimonial: "Nathan's Barbershop sets the standard for quality in Seattle. Every visit is a great experience. Highly recommend to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Tom Bradley" + id: "6", name: "Tom Bradley", handle: "@tom_sharp", testimonial: "Nathan's Barbershop sets the standard for quality in Seattle. Every visit is a great experience. Highly recommend to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Tom Bradley" } ]} /> -- 2.49.1