From be7650108a2e949aae34dd5aea50c06f6ce9fc03 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:53:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18c7b01..e26674f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,17 +41,17 @@ export default function LandingPage() { title="Generate Cinematic AI Videos Instantly" description="Unlimited duration. No logins. Pro-grade AI video generation from text and images. Describe your vision and let InfinityAI bring it to life." testimonials={[ - { name: "Alex R.", handle: "@alexvfx", testimonial: "The unlimited duration generation is a game changer for my workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg", imageAlt: "abstract digital art purple neon" }, - { name: "Sarah J.", handle: "@sarahfilms", testimonial: "Finally an AI tool without annoying restrictions or constant login prompts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg", imageAlt: "abstract digital art purple neon" }, - { name: "Mike D.", handle: "@mikeanimation", testimonial: "Fast rendering and high-quality motion interpolation, highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172423.jpg", imageAlt: "abstract digital art purple neon" }, - { name: "Emily C.", handle: "@emilydesigns", testimonial: "The hybrid text-to-video mode works flawlessly for my client projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749911.jpg", imageAlt: "abstract digital art purple neon" }, + { name: "Alex R.", handle: "@alexvfx", testimonial: "The unlimited duration generation is a game changer for my workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg?_wi=1", imageAlt: "abstract digital art purple neon" }, + { name: "Sarah J.", handle: "@sarahfilms", testimonial: "Finally an AI tool without annoying restrictions or constant login prompts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg?_wi=1", imageAlt: "abstract digital art purple neon" }, + { name: "Mike D.", handle: "@mikeanimation", testimonial: "Fast rendering and high-quality motion interpolation, highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172423.jpg?_wi=1", imageAlt: "abstract digital art purple neon" }, + { name: "Emily C.", handle: "@emilydesigns", testimonial: "The hybrid text-to-video mode works flawlessly for my client projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749911.jpg?_wi=1", imageAlt: "abstract digital art purple neon" }, { name: "David W.", handle: "@dwcreative", testimonial: "Zero friction, infinite creativity. The best AI video platform right now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103707.jpg", imageAlt: "abstract digital art purple neon" }, ]} buttons={[ { text: "Generate from Text", href: "#generator" }, { text: "Generate from Images", href: "#generator" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg" + imageSrc="http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg?_wi=2" showDimOverlay={true} showBlur={true} avatars={[ @@ -71,9 +71,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { title: "Unlimited Duration", description: "Generate videos of any length with our seamless segment-stitching engine.", imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg" }, - { title: "Advanced AI Pipeline", description: "From natural language prompt analysis to cinematic frame-by-frame interpolation.", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172423.jpg" }, - { title: "Precision Control", description: "Timeline editing, camera movement customization, and frame-level adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749911.jpg" }, + { title: "Unlimited Duration", description: "Generate videos of any length with our seamless segment-stitching engine.", imageSrc: "http://img.b2bpic.net/free-photo/person-having-conversation-with-ai-virtual-assistant-producing-clips_482257-127292.jpg?_wi=2" }, + { title: "Advanced AI Pipeline", description: "From natural language prompt analysis to cinematic frame-by-frame interpolation.", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172423.jpg?_wi=2" }, + { title: "Precision Control", description: "Timeline editing, camera movement customization, and frame-level adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749911.jpg?_wi=2" }, ]} title="Pro-Grade AI Video Tools" description="Powerful capabilities to transform your prompts into high-end cinematic sequences." @@ -120,7 +120,7 @@ export default function LandingPage() { description="Expert tips and tricks to master the art of AI video generation." blogs={[ { id: "b1", category: "Tutorials", title: "Mastering Camera Motion", excerpt: "Learn how to use parameter controls for smooth cinematic movement.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-movie-projector_23-2151016125.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749916.jpg", date: "2023-10-01" }, - { id: "b2", category: "Case Studies", title: "Short Film Production", excerpt: "How indie filmmakers are using InfinityAI to cut production costs.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg", date: "2023-09-25" }, + { id: "b2", category: "Case Studies", title: "Short Film Production", excerpt: "How indie filmmakers are using InfinityAI to cut production costs.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862182.jpg?_wi=3", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749856.jpg", date: "2023-09-25" }, ]} /> -- 2.49.1