Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 15:21:16 +00:00
parent 1722c56279
commit 6d511749e6

View File

@@ -17,8 +17,7 @@ const navItems = [
const footerColumns = [
{
title: "Club",
items: [
title: "Club", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Facilities", href: "/about" },
@@ -26,8 +25,7 @@ const footerColumns = [
],
},
{
title: "Activities",
items: [
title: "Activities", items: [
{ label: "Matches & Results", href: "/matches" },
{ label: "News", href: "/news" },
{ label: "Gallery", href: "/gallery" },
@@ -35,8 +33,7 @@ const footerColumns = [
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Join the Club", href: "/join" },
{ label: "Contact Us", href: "/contact" },
{ label: "Become a Sponsor", href: "/contact" },
@@ -71,29 +68,17 @@ export default function ContactPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What are the age requirements to join?",
content:
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels.",
},
id: "1", title: "What are the age requirements to join?", content:
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels."},
{
id: "2",
title: "How do I register for training?",
content:
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information.",
},
id: "2", title: "How do I register for training?", content:
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information."},
{
id: "3",
title: "What is the cost of membership?",
content:
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month.",
},
id: "3", title: "What is the cost of membership?", content:
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month."},
{
id: "4",
title: "Do you offer scholarships?",
content:
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities.",
},
id: "4", title: "Do you offer scholarships?", content:
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities."},
]}
ctaTitle="Get in Touch"
ctaDescription="Have questions about joining or want to know more? Contact us today and let's talk football!"