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