Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:41:33 +00:00
parent 2fdf62b8c9
commit 49a9fa9999

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}