From 9d2720fac55ddfd40e4e9b165814ddb2a30cad1d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:19:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1