From 12ad27dfa19574039e2235685d42bc64df4304d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:50:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 090b280..9847661 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From bbdc6e8c062cfca858bf0612940110eb1e1a0b70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:50:58 +0000 Subject: [PATCH 2/2] 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 e48ac50..7190e29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Apply for Admission", href: "/admissions" }, + { text: "Start Your Journey Today", href: "/admissions" }, { text: "Download Prospectus", href: "#" }, ]} buttonAnimation="slide-up" @@ -257,4 +257,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1