From 2fdf62b8c90b79fb29f8123013439f11815fb925 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:41:32 +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 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 +} From 49a9fa99994d4d76330218e017d094220ac756fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:41:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}