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
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 050b507..cc0e818 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -3,36 +3,22 @@ import { Space_Grotesk } from "next/font/google";
import "./globals.css";
const spaceGrotesk = Space_Grotesk({
- variable: "--font-space-grotesk",
- subsets: ["latin"],
+ variable: "--font-space-grotesk", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Corner - Youth Football Team",
- description: "Join Corner, a youth football team dedicated to developing young talent through expert coaching, teamwork, and community.",
- keywords: "youth football, children soccer, football team, kids sports, coaching",
- robots: {
+ title: "Corner - Youth Football Team", description: "Join Corner, a youth football team dedicated to developing young talent through expert coaching, teamwork, and community.", keywords: "youth football, children soccer, football team, kids sports, coaching", robots: {
index: true,
follow: true,
},
openGraph: {
- title: "Corner - Youth Football Team",
- description: "Where young champions are born. Join our community of passionate young footballers.",
- type: "website",
- siteName: "Corner",
- url: "https://corner-football.com",
- images: [
+ title: "Corner - Youth Football Team", description: "Where young champions are born. Join our community of passionate young footballers.", type: "website", siteName: "Corner", url: "https://corner-football.com", images: [
{
- url: "https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg",
- alt: "Corner youth football team",
- },
+ url: "https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg", alt: "Corner youth football team"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Corner - Youth Football Team",
- description: "Where young champions are born.",
- images: ["https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg"],
+ card: "summary_large_image", title: "Corner - Youth Football Team", description: "Where young champions are born.", images: ["https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg"],
},
};
diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx
index ecb7fb5..201f61e 100644
--- a/src/app/news/page.tsx
+++ b/src/app/news/page.tsx
@@ -15,7 +15,7 @@ export default function NewsPage() {
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 NewsPage() {
title="Latest News & Updates"
description="Stay connected with the latest happenings at Corner. From match highlights to training updates, we keep you in the loop."
tag="News & Blog"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/team-mates-posing-together_23-2148631494.jpg"
imageAlt="Corner news and updates"
/>
@@ -49,33 +49,18 @@ export default function NewsPage() {
-
+
);
}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dddb6d9..ae6a0f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -18,7 +18,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSizeMediumTitles"
- background="aurora"
+ background="none"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function HomePage() {
description="Where young champions are born. Join our community of passionate young footballers developing skills, building friendships, and creating unforgettable memories on the pitch."
tag="Youth Football Excellence"
tagIcon={Zap}
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg"
imageAlt="Corner youth football team in action"
buttons={[
@@ -60,7 +60,7 @@ export default function HomePage() {
{ type: "image", src: "https://img.b2bpic.net/free-photo/full-shot-kids-gathering-field_23-2149270930.jpg", alt: "Corner football training" },
{ type: "text", content: "football champions through coaching, teamwork, and dedication" }
]}
- useInvertedBackground="invertDefault"
+ useInvertedBackground="noInvert"
buttons={[
{ text: "Explore Our Programs", href: "/team" }
]}
@@ -71,22 +71,13 @@ export default function HomePage() {
@@ -156,9 +123,7 @@ export default function HomePage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your child and their football experience",
- rows: 5,
+ name: "message", placeholder: "Tell us about your child and their football experience", rows: 5,
required: true
}}
useInvertedBackground="noInvert"
@@ -169,36 +134,35 @@ export default function HomePage() {
/>
-
+
);
}
\ No newline at end of file
diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx
index 5a49efc..2461daa 100644
--- a/src/app/schedule/page.tsx
+++ b/src/app/schedule/page.tsx
@@ -15,7 +15,7 @@ export default function SchedulePage() {
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 SchedulePage() {
title="Season Schedule"
description="Mark your calendars! Here's our complete schedule for upcoming matches, training sessions, and special events."
tag="Games & Events"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg"
imageAlt="Corner schedule and events"
/>
@@ -49,22 +49,13 @@ export default function SchedulePage() {
-
+
);
}
\ No newline at end of file
diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx
index 29bf8f2..c43e8b5 100644
--- a/src/app/team/page.tsx
+++ b/src/app/team/page.tsx
@@ -15,7 +15,7 @@ export default function TeamPage() {
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 TeamPage() {
title="Meet the Corner Team"
description="Our talented young players, passionate coaches, and supportive community make Corner special. Get to know the faces behind the team."
tag="Team Roster"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/full-shot-kids-gathering-field_23-2149270930.jpg"
imageAlt="Corner team roster"
/>
@@ -49,28 +49,16 @@ export default function TeamPage() {
-
+
);
}
\ No newline at end of file