diff --git a/src/app/page.tsx b/src/app/page.tsx
index 05c952d..cc2d23c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,13 +50,9 @@ export default function LandingPage() {
description="Building champions, one match at a time. Join our community and experience the spirit of rugby."
buttons={[
{
- text: "Join the Team",
- href: "#contact",
- },
+ text: "Join the Team", href: "#contact"},
{
- text: "View Schedule",
- href: "#stats",
- },
+ text: "View Schedule", href: "#stats"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548606.jpg"
@@ -77,20 +65,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Our Legacy of Excellence",
- },
+ type: "text", content: "Our Legacy of Excellence"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062036.jpg",
- alt: "team huddle rugby players united",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062036.jpg", alt: "team huddle rugby players united"},
]}
buttons={[
{
- text: "Learn More",
- href: "#about",
- },
+ text: "Learn More", href: "#about"},
]}
/>
@@ -103,29 +84,13 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "1",
- name: "James O'Connell",
- role: "Captain / Fly-half",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-rugby-player-with-tattoos-his-arms_613910-9358.jpg",
- },
+ id: "1", name: "James O'Connell", role: "Captain / Fly-half", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-rugby-player-with-tattoos-his-arms_613910-9358.jpg"},
{
- id: "2",
- name: "Marcus Thorne",
- role: "Prop",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-competing-olympic-games_23-2151450205.jpg",
- },
+ id: "2", name: "Marcus Thorne", role: "Prop", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-competing-olympic-games_23-2151450205.jpg"},
{
- id: "3",
- name: "Liam Bennett",
- role: "Center",
- imageSrc: "http://img.b2bpic.net/free-photo/lighting-tie-leaf-transport-green_1134-1022.jpg",
- },
+ id: "3", name: "Liam Bennett", role: "Center", imageSrc: "http://img.b2bpic.net/free-photo/lighting-tie-leaf-transport-green_1134-1022.jpg"},
{
- id: "4",
- name: "Sarah Jenkins",
- role: "Scrum-half",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg",
- },
+ id: "4", name: "Sarah Jenkins", role: "Scrum-half", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg"},
]}
title="Our Roster"
description="Meet the athletes dedicated to achieving greatness on the pitch."
@@ -139,31 +104,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "15",
- title: "Matches Won",
- items: [
- "This season",
- "Across leagues",
- ],
+ id: "m1", value: "15", title: "Matches Won", items: [
+ "This season", "Across leagues"],
},
{
- id: "m2",
- value: "82%",
- title: "Scrum Success",
- items: [
- "Accuracy rating",
- "Defense focus",
- ],
+ id: "m2", value: "82%", title: "Scrum Success", items: [
+ "Accuracy rating", "Defense focus"],
},
{
- id: "m3",
- value: "240",
- title: "Tries Scored",
- items: [
- "Aggressive offense",
- "Total count",
- ],
+ id: "m3", value: "240", title: "Tries Scored", items: [
+ "Aggressive offense", "Total count"],
},
]}
title="Season Performance"
@@ -173,44 +123,20 @@ export default function LandingPage() {
@@ -241,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How can I join the youth program?",
- content: "Our youth program is open to all skill levels. Visit our academy page to sign up for trials.",
- },
+ id: "q1", title: "How can I join the youth program?", content: "Our youth program is open to all skill levels. Visit our academy page to sign up for trials."},
{
- id: "q2",
- title: "Where are the home matches held?",
- content: "All home matches are played at the City Stadium on High Street.",
- },
+ id: "q2", title: "Where are the home matches held?", content: "All home matches are played at the City Stadium on High Street."},
{
- id: "q3",
- title: "Are there volunteer opportunities?",
- content: "Yes! We are always looking for enthusiastic volunteers for our game days.",
- },
+ id: "q3", title: "Are there volunteer opportunities?", content: "Yes! We are always looking for enthusiastic volunteers for our game days."},
]}
mediaAnimation="opacity"
title="Common Questions"
@@ -268,15 +178,13 @@ export default function LandingPage() {
@@ -285,13 +193,9 @@ export default function LandingPage() {