diff --git a/src/app/page.tsx b/src/app/page.tsx index 026c07e..275a8c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,22 +83,22 @@ export default function LandingPage() { products={[ { id: "1", brand: "2026", name: "Velocity — Brand Film", price: "Global Brands", rating: 5, - reviewCount: "12M views", imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg", imageAlt: "Velocity Brand Film"}, + reviewCount: "12M views", imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg?_wi=1", imageAlt: "Velocity Brand Film"}, { id: "2", brand: "2025", name: "Drift — Short Film", price: "Independent", rating: 5, - reviewCount: "8.4M views", imageSrc: "http://img.b2bpic.net/free-vector/flat-motiongraphics-landing-page-template_23-2148904269.jpg", imageAlt: "Drift Short Film"}, + reviewCount: "8.4M views", imageSrc: "http://img.b2bpic.net/free-vector/flat-motiongraphics-landing-page-template_23-2148904269.jpg?_wi=1", imageAlt: "Drift Short Film"}, { id: "3", brand: "2025", name: "Pulse — Social Campaign", price: "Digital First", rating: 5, - reviewCount: "15.2M views", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg", imageAlt: "Pulse Social Campaign"}, + reviewCount: "15.2M views", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=1", imageAlt: "Pulse Social Campaign"}, { id: "4", brand: "2024", name: "Echo — Documentary", price: "Feature Length", rating: 5, - reviewCount: "2.1M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Echo Documentary"}, + reviewCount: "2.1M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Echo Documentary"}, { id: "5", brand: "2024", name: "Flux — Motion Reel", price: "Showreel", rating: 5, reviewCount: "5.8M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Flux Motion Reel"}, { id: "6", brand: "2023", name: "Resonance — Brand Documentary", price: "Long Form", rating: 5, - reviewCount: "3.4M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Resonance Brand Documentary"}, + reviewCount: "3.4M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=2", imageAlt: "Resonance Brand Documentary"}, ]} /> @@ -121,7 +121,7 @@ export default function LandingPage() {