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