From d054d4633a87026f63b5e00bf175d26381abf9b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:08:16 +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 de8fc85..c74b61f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,21 +64,21 @@ export default function LandingPage() { features={[ { title: "Text to Video AI", description: "Convert simple text prompts into cinematic, high-resolution videos using our advanced models.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg", imageAlt: "Video Editor"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg?_wi=1", imageAlt: "Video Editor"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg", imageAlt: "Video Editor"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg?_wi=2", imageAlt: "Video Editor"}, }, { title: "Ultra-Fast Rendering", description: "Experience lightning-fast generation speeds thanks to our optimized cloud architecture.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037235.jpg", imageAlt: "Fast Rendering"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037235.jpg?_wi=1", imageAlt: "Fast Rendering"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037235.jpg", imageAlt: "Fast Rendering"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037235.jpg?_wi=2", imageAlt: "Fast Rendering"}, }, { title: "Free For Everyone", description: "No hidden costs, no subscriptions. Access the full power of AI for free.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg", imageAlt: "Accessibility"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg?_wi=3", imageAlt: "Accessibility"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg", imageAlt: "Accessibility"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-46100.jpg?_wi=4", imageAlt: "Accessibility"}, }, ]} showStepNumbers={true}