From 2fdd9f7d078a035aecd2eabe3878cab85a4144d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 00:55:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 472b62d..2000f86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Download Free", href: "#download" }, + { text: "Download Now", href: "#download" }, { text: "Watch Trailer", href: "https://youtube.com" } ]} buttonAnimation="slide-up" @@ -312,4 +312,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}