From ebf587d8c1fca6243041c37f11d74eef93a3523c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f8ee80..5d74bdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,7 +247,7 @@ export default function LandingPage() { imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Alexandra Chen"}, { id: "2", name: "Marcus Thompson", handle: "Brand Manager", testimonial: "Working with Kalton Studio elevated our entire brand presence. The photography and creative direction perfectly captured our essence.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Marcus Thompson"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1", imageAlt: "Marcus Thompson"}, { id: "3", name: "Sophie Laurent", handle: "Marketing Lead", testimonial: "The team's creative vision and professional execution exceeded all our expectations. Highly recommend for any brand transformation.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Sophie Laurent"}, @@ -259,7 +259,7 @@ export default function LandingPage() { imageSrc: "https://images.unsplash.com/photo-1517849845537-1d51a20414de?w=400&h=400&fit=crop", imageAlt: "Emma Wilson"}, { id: "6", name: "James Mitchell", handle: "Design Director", testimonial: "Working with this team was a masterclass in creative excellence. Their creative vision and execution are truly world-class.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "James Mitchell"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2", imageAlt: "James Mitchell"}, ]} showRating={true} animationType="slide-up" -- 2.49.1