diff --git a/src/app/page.tsx b/src/app/page.tsx index 974a46f..15a0a86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { 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." tag="New: Advanced Video Generation" + buttons={[{ text: "Start Creating", href: "#features" }]} mediaItems={[ { 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" } @@ -197,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file