From d6c2e8700a08f9ac957274f1f7608ecc3cc0a72e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:35:22 +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 7b04024..12aa25d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Start Creating Free", href: "#pricing" }, + { text: "Create Your First Video Free", href: "#pricing" }, { text: "See How It Works", href: "#how-it-works" } ]} buttonAnimation="slide-up" @@ -295,4 +295,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}