From 51c5682fd913bd93e7c126745e466a09a1e640b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:53:51 +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 3e160c3..1cc4dad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg", imageAlt: "Premium motion graphics showcase" + "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg?_wi=1", imageAlt: "Premium motion graphics showcase" }, { imageSrc: @@ -165,7 +165,7 @@ export default function LandingPage() { { id: "1", name: "Sarah Chen", role: "Chief Marketing Officer", company: "Luxe Brands Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen testimonial" + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen testimonial" }, { id: "2", name: "Michael Richardson", role: "Creative Director", company: "Global Design Studio", rating: 5, @@ -190,7 +190,7 @@ export default function LandingPage() { { id: "6", name: "Marcus Williams", role: "Creative Lead", company: "Avant Garde Studios", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Williams testimonial" + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Williams testimonial" }, ]} kpiItems={[ @@ -304,7 +304,7 @@ export default function LandingPage() {