From 99d10858226d9db3ede6f37dcedbe8776c6a47a9 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:29:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 ++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 49 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65794b1..99cecfe 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="small" sizing="largeSizeMediumTitles" - background="aurora" + background="none" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -39,7 +39,7 @@ export default function ContactPage() { title="Contact Corner" description="Have questions? Want to join our team? We're here to help. Get in touch with us today." tag="Get in Touch" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/junior-football-team-hugging-each-other_53876-137683.jpg" imageAlt="Corner contact" /> @@ -56,9 +56,7 @@ export default function ContactPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: true } ]} textarea={{ - name: "inquiry", - placeholder: "What would you like to know about Corner? Tell us about your child's football experience.", - rows: 6, + name: "inquiry", placeholder: "What would you like to know about Corner? Tell us about your child's football experience.", rows: 6, required: true }} useInvertedBackground="invertDefault" @@ -73,22 +71,10 @@ export default function ContactPage() { - + ); } \ No newline at end of file