From 72b9a66df2a7022a2d0316a61d4b2fddf3cc1b2f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:19:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3c02b8..93e66a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Play Now", href: "#contact" }, + { text: "Download Free", href: "#contact" }, { text: "Watch Trailer", href: "#" }, ]} buttonAnimation="slide-up" -- 2.49.1