diff --git a/src/app/page.tsx b/src/app/page.tsx index 3501e28..ecd5c79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { { id: "2", name: "David Chen", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220532.jpg", imageAlt: "David Chen"}, { - id: "3", name: "James Rodriguez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Rodriguez"}, + id: "3", name: "James Rodriguez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1", imageAlt: "James Rodriguez"}, { id: "4", name: "Tyler Mitchell", role: "Beard Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", imageAlt: "Tyler Mitchell"}, ]} @@ -131,7 +131,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Torres", role: "Executive", testimonial: - "Marcus has been cutting my hair for years. The attention to detail and professional atmosphere at Golden Touch is unmatched. Always a five-star experience.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Torres"}, + "Marcus has been cutting my hair for years. The attention to detail and professional atmosphere at Golden Touch is unmatched. Always a five-star experience.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2", imageAlt: "Michael Torres"}, { id: "2", name: "James Patterson", role: "Business Owner", testimonial: "The straight razor shave here is incredible. It's become my weekly ritual. The team makes you feel valued and appreciated every single time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-executive-before-interview_1098-3125.jpg", imageAlt: "James Patterson"},