Update src/app/page.tsx

This commit is contained in:
2026-04-23 11:41:50 +00:00
parent b314a53a95
commit 75fa2aab5d

View File

@@ -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",
},
]}