diff --git a/src/app/page.tsx b/src/app/page.tsx index d5a3cfc..445e763 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,12 +28,9 @@ export default function LandingPage() { @@ -91,12 +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" }, + { 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="Pro-Grade AI Video Tools" description="Powerful capabilities to transform your prompts into high-end cinematic sequences." @@ -108,14 +85,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Is this service really free?", content: "Yes, InfinityAI is open and free to use with no hidden login requirements."}, - { - id: "2", title: "How do you handle unlimited duration?", content: "We generate your video in 10-second segments and automatically stitch them together for smooth continuity."}, - { - id: "3", title: "Can I export in different formats?", content: "Yes, we support one-click exports for YouTube 16:9 and TikTok 9:16."}, - { - id: "4", title: "Is my work private?", content: "We use temporary session storage. Your videos are deleted automatically after your session ends."}, + { id: "1", title: "Is this service really free?", content: "Yes, InfinityAI is open and free to use with no hidden login requirements." }, + { id: "2", title: "How do you handle unlimited duration?", content: "We generate your video in 10-second segments and automatically stitch them together for smooth continuity." }, + { id: "3", title: "Can I export in different formats?", content: "Yes, we support one-click exports for YouTube 16:9 and TikTok 9:16." }, + { id: "4", title: "Is my work private?", content: "We use temporary session storage. Your videos are deleted automatically after your session ends." }, ]} title="Frequently Asked Questions" description="Everything you need to know about InfinityAI Video." @@ -129,14 +102,12 @@ export default function LandingPage() { title="Terms and Policies" sections={[ { - heading: "Acceptable Use", content: { - text: "By using InfinityAI, you agree to generate content responsibly and adhere to all community guidelines regarding safe and ethical media production."}, + heading: "Acceptable Use", paragraph: "By using InfinityAI, you agree to generate content responsibly and adhere to all community guidelines regarding safe and ethical media production." }, { - heading: "Data Privacy", content: { - items: [ - "Temporary session data", "No long-term server storage", "Encryption by default"], - }, + heading: "Data Privacy", items: [ + "Temporary session data", "No long-term server storage", "Encryption by default" + ], }, ]} /> @@ -150,10 +121,8 @@ export default function LandingPage() { title="Latest Insights" 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: "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" }, ]} /> @@ -164,18 +133,14 @@ export default function LandingPage() { columns={[ { title: "Product", items: [ - { - label: "Generation", href: "#hero"}, - { - label: "Features", href: "#features"}, + { label: "Generation", href: "#hero" }, + { label: "Features", href: "#features" }, ], }, { title: "Legal", items: [ - { - label: "Terms of Service", href: "#"}, - { - label: "Privacy Policy", href: "#"}, + { label: "Terms of Service", href: "#" }, + { label: "Privacy Policy", href: "#" }, ], }, ]}