From a4ed894f9f86c31fe2355e2fbfba97779d492dd1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:05:53 +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 64d0c47..951b8da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,19 +131,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Anderson", handle: "@sarahdesigns", testimonial: "Kalton Studio transformed our brand identity completely. Their attention to detail and creative vision exceeded our expectations. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional avatar headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional avatar headshot"}, { id: "2", name: "Michael Chen", handle: "@michaelchen_co", testimonial: "Working with Kalton Studio was an absolute pleasure. They understood our vision and delivered stunning designs that elevated our entire brand presence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "portrait professional business avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "portrait professional business avatar"}, { id: "3", name: "Jessica Martinez", handle: "@jess_creative", testimonial: "The team at Kalton Studio brings both creativity and strategy to every project. Our new design has significantly impacted our customer engagement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", imageAlt: "portrait creative professional headshot"}, { id: "4", name: "David Thompson", handle: "@davidthompson", testimonial: "Exceptional quality, professional approach, and outstanding results. Kalton Studio is the partner we needed for our brand evolution.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "portrait business professional avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "portrait business professional avatar"}, { id: "5", name: "Emma Wilson", handle: "@emmawilson_", testimonial: "From concept to completion, Kalton Studio delivered beyond our expectations. Their creative solutions have transformed our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional headshot avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait professional headshot avatar"}, { id: "6", name: "Robert Garcia", handle: "@robertgarcia", testimonial: "Working with Kalton Studio was a game-changer for our company. Their innovative approach and expertise truly set them apart from others.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "portrait creative business headshot"}, -- 2.49.1