diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 27b0f5b..5a413fe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1401,4 +1401,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1109953..d0956dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -238,8 +238,8 @@ export default function HomePage() { tag="Get Connected" tagIcon={Mail} tagAnimation="slide-up" - title="Stay Informed About CPSC" - description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories." + title="Join Our Community" + description="Connect with CPSC to receive direct admissions guidance, exclusive event invitations, and program updates tailored to your interests." background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" @@ -257,4 +257,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}