6 Commits

Author SHA1 Message Date
933bfeacb6 Merge version_4 into main
Merge version_4 into main
2026-04-24 08:19:05 +00:00
9d2720fac5 Update src/app/page.tsx 2026-04-24 08:19:02 +00:00
08476bd38c Merge version_3 into main
Merge version_3 into main
2026-04-24 08:17:56 +00:00
42d08d760b Update src/app/page.tsx 2026-04-24 08:17:50 +00:00
153cb3f9b7 Merge version_2 into main
Merge version_2 into main
2026-04-24 08:17:19 +00:00
8079ef7ab2 Merge version_2 into main
Merge version_2 into main
2026-04-24 08:16:55 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
title="Revolutionize Your Workflow with AI Video" title="Revolutionize Your Workflow with AI Video"
description="From cinematic storyboards to finished 4K visuals, NexusAI empowers you to generate high-fidelity video in seconds." description="From cinematic storyboards to finished 4K visuals, NexusAI empowers you to generate high-fidelity video in seconds."
tag="New: Advanced Video Generation" tag="New: Advanced Video Generation"
buttons={[{ text: "Start Creating", href: "#features" }]}
mediaItems={[ mediaItems={[
{ videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=1", imageAlt: "AI Video Generation Demo" }, { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=1", imageAlt: "AI Video Generation Demo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-with-flowing-connecting-lines-dots_1048-13580.jpg", imageAlt: "Creative AI Engine" } { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-with-flowing-connecting-lines-dots_1048-13580.jpg", imageAlt: "Creative AI Engine" }
@@ -130,12 +131,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "p1", title: "Basic User", price: "Free", period: "/forever", features: ["10 Videos/day", "Unlimited Images", "Public Generation"], button: { text: "Start Creating" } }, { id: "p1", title: "Basic User", price: "$0", period: "/mo", features: ["10 Videos/day", "Unlimited Images", "Public Generation"], button: { text: "Start Creating" } },
{ id: "p2", title: "Creator Pro", price: "Free", period: "/forever", features: ["Unlimited Videos", "4K Ultra-HD", "Custom Styles"], button: { text: "Start Creating" } }, { id: "p2", title: "Creator Pro", price: "$29", period: "/mo", features: ["Unlimited Videos", "4K Ultra-HD", "Custom Styles"], button: { text: "Upgrade Now" } },
{ id: "p3", title: "Studio Plus", price: "Free", period: "/forever", features: ["Priority Render", "Batch Generation", "Commercial License"], button: { text: "Start Creating" } } { id: "p3", title: "Studio Plus", price: "$79", period: "/mo", features: ["Priority Render", "Batch Generation", "Commercial License"], button: { text: "Get Studio" } }
]} ]}
title="Unlimited Access" title="Unlimited Access"
description="Everything in our platform is free. No sign-ups required. Generate your heart out." description="Choose the plan that fits your creative demands."
/> />
</div> </div>