4 Commits

Author SHA1 Message Date
619213cb93 Update src/app/page.tsx 2026-04-29 01:08:09 +00:00
4be2129b38 Merge version_3 into main
Merge version_3 into main
2026-04-29 01:07:04 +00:00
d0ed39f366 Update src/app/page.tsx 2026-04-29 01:06:57 +00:00
de21c03e11 Merge version_2 into main
Merge version_2 into main
2026-04-29 01:06:19 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
{ {
text: "Join the Club", href: "#contact"}, text: "Join the Club", href: "#contact"},
{ {
text: "Learn More", href: "#about"}, text: "View Schedule", href: "#contact"},
]} ]}
mediaItems={[ mediaItems={[
{ {
@@ -203,7 +203,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Get in Touch" title="Get in Touch"
description="Have questions about our club? Send us a message and we'll reply promptly." description="Send us a message to secure your place in the academy or get match updates."
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true,