From 49a9fa99994d4d76330218e017d094220ac756fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:41:33 +0000 Subject: [PATCH] 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 +}