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() {