From 26cc5d53fce30dca4d88589eba9cc3c910c4321b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:50:04 +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 3d63710..6fa01fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,10 +173,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Rodriguez", role: "Fitness Enthusiast", company: "Gym Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop", imageAlt: "Alex Rodriguez"}, + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop&_wi=1", imageAlt: "Alex Rodriguez"}, { id: "2", name: "Jessica Lee", role: "Professional Athlete", company: "Gym Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop", imageAlt: "Jessica Lee"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop&_wi=1", imageAlt: "Jessica Lee"}, { id: "3", name: "David Chen", role: "Corporate Executive", company: "Gym Member", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=300&fit=crop", imageAlt: "David Chen"}, @@ -185,10 +185,10 @@ export default function LandingPage() { imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=300&fit=crop", imageAlt: "Maria Santos"}, { id: "5", name: "James Wilson", role: "Bodybuilder", company: "Gym Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop", imageAlt: "James Wilson"}, + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=300&fit=crop&_wi=2", imageAlt: "James Wilson"}, { id: "6", name: "Lisa Anderson", role: "Marathon Runner", company: "Gym Member", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop", imageAlt: "Lisa Anderson"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=300&fit=crop&_wi=2", imageAlt: "Lisa Anderson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1