diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd9bb7c..0c1203a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,30 +31,18 @@ export default function LandingPage() {
@@ -62,44 +50,37 @@ export default function LandingPage() {
@@ -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() {