From 5837fb4892d629259559d2604ad1fa8496454304 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:49:44 +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 c7a9725..e35904c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@alexreviews", testimonial: "Incredible library and amazing 4K quality! My go-to for movie nights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-hair-holds-his-hand-collar-black-shirt_8353-1310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-hair-holds-his-hand-collar-black-shirt_8353-1310.jpg?_wi=1", imageAlt: "Alex R. avatar", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@marialovestv", testimonial: "Found so many hidden gems here. The recommendations are spot on!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1", imageAlt: "Maria S. avatar", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { href: "#pricing", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-geometric-glass-shape_23-2150979712.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-geometric-glass-shape_23-2150979712.jpg?_wi=1" imageAlt="Streaming platform dashboard with movie and series content" mediaAnimation="slide-up" avatars={[ @@ -211,7 +211,7 @@ export default function LandingPage() { imageAlt: "Mobile streaming app with content library", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-glass-shape_23-2150979712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-glass-shape_23-2150979712.jpg?_wi=2", imageAlt: "movie player UI interface dark", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { imageAlt: "Multiple devices showing streaming platform", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-hair-holds-his-hand-collar-black-shirt_8353-1310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-long-hair-holds-his-hand-collar-black-shirt_8353-1310.jpg?_wi=2", imageAlt: "movie player UI interface dark", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { imageAlt: "Offline download feature on mobile app", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2", imageAlt: "movie player UI interface dark", }, ]} -- 2.49.1