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() {