Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c249f6675c | |||
| ae4e4169fa |
162
src/app/page.tsx
162
src/app/page.tsx
@@ -31,30 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Merch",
|
||||
id: "merch",
|
||||
},
|
||||
name: "Merch", id: "merch"},
|
||||
{
|
||||
name: "Media",
|
||||
id: "media",
|
||||
},
|
||||
name: "Media", id: "media"},
|
||||
{
|
||||
name: "Camps",
|
||||
id: "camps",
|
||||
},
|
||||
name: "Camps", id: "camps"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Camp",
|
||||
href: "#camps",
|
||||
}}
|
||||
text: "Book a Camp", href: "#camps"}}
|
||||
brandName="Buckland Race Team"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,44 +50,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Buckland Race Team"
|
||||
description="Buckland, Saskatchewan • Motocross Racing. Racing, Rider Development, Community."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fit-woman-running-track-side-view_23-2149722057.jpg",
|
||||
alt: "Motocross rider Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fit-woman-running-track-side-view_23-2149722057.jpg", alt: "Motocross rider Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482615.jpg",
|
||||
alt: "Motocross rider Mike",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482615.jpg", alt: "Motocross rider Mike"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-with-motorbike-outdoors_23-2150620970.jpg",
|
||||
alt: "Motocross coach Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-with-motorbike-outdoors_23-2150620970.jpg", alt: "Motocross coach Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-bike-yellow_179666-38177.jpg",
|
||||
alt: "Community member David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-bike-yellow_179666-38177.jpg", alt: "Community member David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crop-hand-with-wrench-workshop_23-2147897913.jpg",
|
||||
alt: "Team mechanic Alex",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crop-hand-with-wrench-workshop_23-2147897913.jpg", alt: "Team mechanic Alex"},
|
||||
]}
|
||||
avatarText="Meet Our Team & Community"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Team",
|
||||
href: "#camps",
|
||||
},
|
||||
text: "Join the Team", href: "#camps"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPyj72hU33l6xGlYgWTHim2Nfk/uploaded-1774405454662-9rmdiz2q.png", alt: "Buckland Race Team Logo" },
|
||||
{ type: "text", text: "Racing" },
|
||||
{ type: "text", text: "Rider Development" },
|
||||
{ type: "text", text: "Community" },
|
||||
{ type: "text", text: "Motocross" },
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,19 +91,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Trophy,
|
||||
label: "Years Racing",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Racing", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Riders Developed",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Riders Developed", value: "50+"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Community Events",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Community Events", value: "20+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -136,26 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "hat",
|
||||
name: "BRT Hat",
|
||||
price: "$50 CAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mens-long-sleeve-sports-jersey-design-template_29096-6294.jpg",
|
||||
imageAlt: "BRT branded hat",
|
||||
},
|
||||
id: "hat", name: "BRT Hat", price: "$50 CAD", imageSrc: "http://img.b2bpic.net/free-vector/mens-long-sleeve-sports-jersey-design-template_29096-6294.jpg", imageAlt: "BRT branded hat"},
|
||||
{
|
||||
id: "hoodie",
|
||||
name: "BRT Hoodie",
|
||||
price: "$80 CAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bearded-craftsman-protective-face-shield-preparing-hard-work-outdoors_7502-10158.jpg",
|
||||
imageAlt: "BRT branded hoodie",
|
||||
},
|
||||
id: "hoodie", name: "BRT Hoodie", price: "$80 CAD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bearded-craftsman-protective-face-shield-preparing-hard-work-outdoors_7502-10158.jpg", imageAlt: "BRT branded hoodie"},
|
||||
{
|
||||
id: "jersey",
|
||||
name: "BRT Jersey",
|
||||
price: "$120 CAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/highquality-athletic-shirt-textures-professional-soccer-uniform-templates_29096-4614.jpg",
|
||||
imageAlt: "BRT branded jersey",
|
||||
},
|
||||
id: "jersey", name: "BRT Jersey", price: "$120 CAD", imageSrc: "http://img.b2bpic.net/free-vector/highquality-athletic-shirt-textures-professional-soccer-uniform-templates_29096-4614.jpg", imageAlt: "BRT branded jersey"},
|
||||
]}
|
||||
title="Official BRT Merchandise"
|
||||
description="Show your support for Buckland Race Team with our exclusive gear. High-quality apparel designed for true motocross enthusiasts."
|
||||
@@ -167,14 +127,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"YouTube",
|
||||
"Instagram",
|
||||
"Facebook",
|
||||
"Twitter",
|
||||
"TikTok",
|
||||
"Snapchat",
|
||||
"Reddit",
|
||||
]}
|
||||
"YouTube", "Instagram", "Facebook", "Twitter", "TikTok", "Snapchat", "Reddit"]}
|
||||
title="Follow Our Journey"
|
||||
description="Stay connected with Buckland Race Team on our social channels for the latest updates, race highlights, and behind-the-scenes content."
|
||||
showCard={false}
|
||||
@@ -188,21 +141,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "image-1",
|
||||
title: "Action Shot",
|
||||
description: "Rider hitting the jump with full throttle.",
|
||||
value: "High Flying",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-doing-parkour-training_23-2150510402.jpg",
|
||||
imageAlt: "Motocross rider jumping",
|
||||
},
|
||||
id: "image-1", title: "Dirt Bike Action", description: "Rider launching off a jump, kicking up dirt.", value: "High Flying", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPyj72hU33l6xGlYgWTHim2Nfk/uploaded-1774405454661-m01xdskq.jpg", imageAlt: "Motocross rider jumping high"},
|
||||
{
|
||||
id: "image-2",
|
||||
title: "Close Up",
|
||||
description: "Detail of a mud-splattered tire in action.",
|
||||
value: "Grit & Determination",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-tires-winter-road-covered-with-snow-vehicle-snowy-alley-morning-snowfall_1391-223.jpg",
|
||||
imageAlt: "Motocross tire spraying mud",
|
||||
},
|
||||
id: "image-2", title: "Close Up Action", description: "Motocross rider rounding a corner at speed.", value: "Grit & Determination", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPyj72hU33l6xGlYgWTHim2Nfk/uploaded-1774405454662-s2uj78gb.jpg", imageAlt: "Motocross rider making a sharp turn"},
|
||||
]}
|
||||
title="Race Day Gallery"
|
||||
description="Relive the excitement and intensity of motocross with our curated collection of race day photographs. Witness the speed, skill, and passion that defines BRT."
|
||||
@@ -213,13 +154,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Motocross Camps"
|
||||
title="Book Your Training Camp"
|
||||
description="Elevate your motocross skills with expert coaching at our Buckland Race Team camps. Fill out the form below to register your interest and we'll get in touch!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tattooed-strong-man-tropical-jungle-field-with-red-motorbike_343596-2745.jpg"
|
||||
imageAlt="Motocross training camp group"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPyj72hU33l6xGlYgWTHim2Nfk/uploaded-1774405454662-93os0geo.jpg"
|
||||
imageAlt="Motocross training session with multiple riders"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Full Name"
|
||||
@@ -232,41 +172,25 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Team",
|
||||
items: [
|
||||
title: "Team", items: [
|
||||
{
|
||||
label: "About BRT",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About BRT", href: "#about"},
|
||||
{
|
||||
label: "Merchandise",
|
||||
href: "#merch",
|
||||
},
|
||||
label: "Merchandise", href: "#merch"},
|
||||
{
|
||||
label: "Media",
|
||||
href: "#media",
|
||||
},
|
||||
label: "Media", href: "#media"},
|
||||
{
|
||||
label: "Camps",
|
||||
href: "#camps",
|
||||
},
|
||||
label: "Camps", href: "#camps"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user