Update src/app/page.tsx
This commit is contained in:
162
src/app/page.tsx
162
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Roster",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Roster", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Rugby United"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Evans",
|
||||
role: "Lifelong Fan",
|
||||
testimonial: "The atmosphere at every match is incredible. This club is the heart of our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696183.jpg",
|
||||
},
|
||||
id: "1", name: "Mark Evans", role: "Lifelong Fan", testimonial: "The atmosphere at every match is incredible. This club is the heart of our community.", imageSrc: "http://img.b2bpic.net/free-photo/fans-cheering-soccer-final-argentina-colombia_23-2151696183.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie Reed",
|
||||
role: "Youth Coach",
|
||||
testimonial: "Rugby United has inspired a whole new generation of local athletes. Exceptional commitment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-fan-enjoying-game_23-2151023644.jpg",
|
||||
},
|
||||
id: "2", name: "Sophie Reed", role: "Youth Coach", testimonial: "Rugby United has inspired a whole new generation of local athletes. Exceptional commitment.", imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-fan-enjoying-game_23-2151023644.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Miller",
|
||||
role: "Sponsor",
|
||||
testimonial: "Working with the team has been a fantastic partnership. Their professionalism is top-tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-men-watching-american-football-competition_329181-19064.jpg",
|
||||
},
|
||||
id: "3", name: "David Miller", role: "Sponsor", testimonial: "Working with the team has been a fantastic partnership. Their professionalism is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/young-men-watching-american-football-competition_329181-19064.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anna Scott",
|
||||
role: "Season Ticket Holder",
|
||||
testimonial: "I never miss a home game. The passion on the pitch is truly contagious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-fans-wearing-sports-clothes_329181-19090.jpg",
|
||||
},
|
||||
id: "4", name: "Anna Scott", role: "Season Ticket Holder", testimonial: "I never miss a home game. The passion on the pitch is truly contagious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-fans-wearing-sports-clothes_329181-19090.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas Wright",
|
||||
role: "Local Business Owner",
|
||||
testimonial: "A cornerstone of our neighborhood. We love supporting the team every single year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530208.jpg",
|
||||
},
|
||||
id: "5", name: "Thomas Wright", role: "Local Business Owner", testimonial: "A cornerstone of our neighborhood. We love supporting the team every single year.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530208.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our passionate fans and partners say about Rugby United."
|
||||
@@ -222,14 +148,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"SportTech",
|
||||
"RugbyGear Pro",
|
||||
"AthleticCore",
|
||||
"EnergyBoost",
|
||||
"MediHealth",
|
||||
"KitPro Supply",
|
||||
"CitySports Media",
|
||||
]}
|
||||
"SportTech", "RugbyGear Pro", "AthleticCore", "EnergyBoost", "MediHealth", "KitPro Supply", "CitySports Media"]}
|
||||
title="Proud Partners"
|
||||
description="Collaborating with local businesses and organizations to grow the sport."
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Be Part of Our Journey"
|
||||
description="Contact us today for team information, sponsor inquiries, or to book trials."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
},
|
||||
text: "Get in Touch"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,13 +193,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Rugby United"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user