From 75fa2aab5d170fba3d1ff70920c9ee7e297fb5ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:41:50 +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 941644e..e60337e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-movie-projector_23-2151016127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-movie-projector_23-2151016127.jpg?_wi=1", imageAlt: "Film set", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072951.jpg?_wi=1", imageAlt: "AI scenes", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815496.jpg?_wi=1", imageAlt: "Motion graphics", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { text: "High quality assets", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-movie-projector_23-2151016127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-movie-projector_23-2151016127.jpg?_wi=2", imageAlt: "ai video editor software", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { text: "Multi-track sync", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-person-listening-music-ultra-modern-headphones_23-2151072951.jpg?_wi=2", imageAlt: "ai video editor software", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { text: "Quick render", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815496.jpg?_wi=2", imageAlt: "ai video editor software", }, ]} -- 2.49.1