From 673e4899e1a68c3ce5517e5906c1459bc88ac54b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:49:19 +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 c749e1c..df90993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={BookOpen} tagAnimation="slide-up" buttons={[ - { text: "Enroll Now", href: "#contact" }, + { text: "Start Your Journey", href: "#contact" }, { text: "Explore Courses", href: "#courses" } ]} buttonAnimation="slide-up" -- 2.49.1