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 +}