From 1954ff5d308dc8853f914e7a4eb82c876c3719f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:56:23 +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 fd517af..fa8e2e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Start Discovering", href: "#contact" }, + { text: "Find Your Passion Free", href: "#contact" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1