From 671c2bddc52abd09782e7543371ec1b1cac78b1f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:46:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9701459..e745c0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,27 +115,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", company: "New York, NY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "Jessica Chen", role: "Style Blogger", company: "Los Angeles, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Jessica Chen" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Jessica Chen" }, { id: "3", name: "Emma Richardson", role: "Marketing Manager", company: "Chicago, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Emma Richardson" }, { id: "4", name: "Rachel Taylor", role: "Entrepreneur", company: "Austin, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Taylor" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=4", imageAlt: "Rachel Taylor" }, { id: "5", name: "Amanda Foster", role: "Creative Director", company: "Seattle, WA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Amanda Foster" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=5", imageAlt: "Amanda Foster" }, { id: "6", name: "Nicole Brooks", role: "Fashion Consultant", company: "Miami, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Nicole Brooks" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=6", imageAlt: "Nicole Brooks" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1