Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 14:16:45 +00:00

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Teams",
id: "teams",
},
name: "Teams", id: "teams"},
{
name: "Athletes",
id: "athletes",
},
name: "Athletes", id: "athletes"},
{
name: "Meets",
id: "meets",
},
name: "Meets", id: "meets"},
{
name: "Analytics",
id: "analytics",
},
name: "Analytics", id: "analytics"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Guides",
id: "guides",
},
name: "Guides", id: "guides"},
]}
brandName="TrackIQ"
/>
@@ -64,102 +52,57 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Track Performance, Unlock Potential"
description="The premier analytics platform for Midwest high school track programs. Empowering coaches and athletes with data-driven insights, progression tracking, and seamless meet management."
testimonials={[
{
name: "Coach Miller",
handle: "@coachmiller",
testimonial: "TrackIQ changed how we prepare for state meets. The data visibility is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-running-starting-line_23-2149386038.jpg",
},
name: "Coach Miller", handle: "@coachmiller", testimonial: "TrackIQ changed how we prepare for state meets. The data visibility is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-running-starting-line_23-2149386038.jpg"},
{
name: "Sarah J.",
handle: "@sarah_runner",
testimonial: "I finally see my progression clearly over the season.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-run-suit-full-shot_23-2149386076.jpg",
},
name: "Sarah J.", handle: "@sarah_runner", testimonial: "I finally see my progression clearly over the season.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-ready-run-suit-full-shot_23-2149386076.jpg"},
{
name: "Coach Davidson",
handle: "@d_coaching",
testimonial: "The best platform for tracking high school athlete performance in the Midwest.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-african-american-sportsman-stretching-racetrack-city-stadium_574295-5020.jpg",
},
name: "Coach Davidson", handle: "@d_coaching", testimonial: "The best platform for tracking high school athlete performance in the Midwest.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-african-american-sportsman-stretching-racetrack-city-stadium_574295-5020.jpg"},
{
name: "Mike T.",
handle: "@mt_coach",
testimonial: "Intuitive interface for trackside logging.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-joyfully-looking-stretching-while-spending-time-treadmill-stadium_574295-5603.jpg",
},
name: "Mike T.", handle: "@mt_coach", testimonial: "Intuitive interface for trackside logging.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-joyfully-looking-stretching-while-spending-time-treadmill-stadium_574295-5603.jpg"},
{
name: "Jessica L.",
handle: "@jl_runner",
testimonial: "My PR charts are a game changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-runner-start-position-running-track-while-work-out_169016-41480.jpg",
},
name: "Jessica L.", handle: "@jl_runner", testimonial: "My PR charts are a game changer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-runner-start-position-running-track-while-work-out_169016-41480.jpg"},
]}
buttons={[
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
{
text: "View Demo",
href: "#",
},
text: "View Demo", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/fit-woman-running-starting-line-full-shot_23-2149386039.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871486.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871486.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-women-posing_23-2148634670.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-women-posing_23-2148634670.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492359.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492359.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/smiley-team-posing-with-cup_23-2148634553.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/smiley-team-posing-with-cup_23-2148634553.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061436.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061436.jpg", alt: "User 5"},
]}
marqueeItems={[
{
type: "text",
text: "Performance Tracking",
},
type: "text", text: "Performance Tracking"},
{
type: "text",
text: "Real-time Metrics",
},
type: "text", text: "Real-time Metrics"},
{
type: "text",
text: "Meet Management",
},
type: "text", text: "Meet Management"},
{
type: "text",
text: "Athlete Profiles",
},
type: "text", text: "Athlete Profiles"},
{
type: "text",
text: "Data Visualization",
},
type: "text", text: "Data Visualization"},
]}
/>
</div>
@@ -171,23 +114,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Users,
title: "Total Athletes",
value: "1,240+",
},
id: "m1", icon: Users,
title: "Total Athletes", value: "1,240+"},
{
id: "m2",
icon: Trophy,
title: "Total Teams",
value: "85",
},
id: "m2", icon: Trophy,
title: "Total Teams", value: "85"},
{
id: "m3",
icon: Calendar,
title: "Meets Managed",
value: "450",
},
id: "m3", icon: Calendar,
title: "Meets Managed", value: "450"},
]}
title="Program Impact"
description="Visualizing the heartbeat of your track program."
@@ -202,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Roster Tracking",
description: "Keep athlete contact and eligibility info current.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-women-posing_23-2148634635.jpg",
},
title: "Roster Tracking", description: "Keep athlete contact and eligibility info current.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-women-posing_23-2148634635.jpg"},
{
title: "Meet Registration",
description: "Simple entry management for all events.",
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061443.jpg",
},
title: "Meet Registration", description: "Simple entry management for all events.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061443.jpg"},
{
title: "Performance Tracking",
description: "Visualize athlete stats over time.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2961.jpg",
},
title: "Performance Tracking", description: "Visualize athlete stats over time.", imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2961.jpg"},
]}
title="School Roster Management"
description="Organize your team data effortlessly. Track attendance, roster counts, and performance entries in one centralized hub."
@@ -230,47 +155,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Midwest State Qualifier",
price: "Date: May 12, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/girls-stretching-volleyball-field_23-2149451036.jpg",
},
id: "p1", name: "Midwest State Qualifier", price: "Date: May 12, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/girls-stretching-volleyball-field_23-2149451036.jpg"},
{
id: "p2",
name: "Regional Sprint Open",
price: "Date: May 05, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/running-tracks-stadium_53876-64707.jpg",
},
id: "p2", name: "Regional Sprint Open", price: "Date: May 05, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/running-tracks-stadium_53876-64707.jpg"},
{
id: "p3",
name: "Coach Invitaitonal",
price: "Date: April 28, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/woman-running-sport-track_1112-585.jpg",
},
id: "p3", name: "Coach Invitaitonal", price: "Date: April 28, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/woman-running-sport-track_1112-585.jpg"},
{
id: "p4",
name: "District Championships",
price: "Date: April 20, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-man-athlete_171337-10560.jpg",
},
id: "p4", name: "District Championships", price: "Date: April 20, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-man-athlete_171337-10560.jpg"},
{
id: "p5",
name: "Field Event Showcase",
price: "Date: April 12, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-starting-line-stadium_23-2149399587.jpg",
},
id: "p5", name: "Field Event Showcase", price: "Date: April 12, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/athlete-starting-line-stadium_23-2149399587.jpg"},
{
id: "p6",
name: "Warmup Relays",
price: "Date: April 05, 2024",
variant: "Season: Spring",
imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-frame_23-2147832085.jpg",
},
id: "p6", name: "Warmup Relays", price: "Date: April 05, 2024", variant: "Season: Spring", imageSrc: "http://img.b2bpic.net/free-photo/football-background-with-frame_23-2147832085.jpg"},
]}
title="Recent Meet Results"
description="Dive deep into meet outcomes across the region."
@@ -282,10 +177,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Advanced Analytics"
description={[
"Unlock team and individual insights through data visualization.",
"Identify performance trends, track PR progressions, and optimize lineup decisions for every meet.",
"Our platform turns raw timing data into actionable coaching strategies.",
]}
"Unlock team and individual insights through data visualization.", "Identify performance trends, track PR progressions, and optimize lineup decisions for every meet.", "Our platform turns raw timing data into actionable coaching strategies."]}
/>
</div>
@@ -297,23 +189,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Alex Rivers",
role: "Head Coach & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479301.jpg",
},
id: "t1", name: "Alex Rivers", role: "Head Coach & Founder", imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479301.jpg"},
{
id: "t2",
name: "Jordan Smith",
role: "Tech Lead",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-rugby-players_23-2148355439.jpg",
},
id: "t2", name: "Jordan Smith", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-rugby-players_23-2148355439.jpg"},
{
id: "t3",
name: "Morgan Lee",
role: "Data Scientist",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-running-track_23-2149731313.jpg",
},
id: "t3", name: "Morgan Lee", role: "Data Scientist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-running-track_23-2149731313.jpg"},
]}
title="Meet Our Team"
description="Passionate experts dedicated to the success of student athletes."
@@ -326,20 +206,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do I add my team?",
content: "Simply register your school and import your roster via our CSV template.",
},
id: "f1", title: "How do I add my team?", content: "Simply register your school and import your roster via our CSV template."},
{
id: "f2",
title: "Is it mobile friendly?",
content: "Yes! Coaches and athletes can access data anywhere, perfect for trackside usage.",
},
id: "f2", title: "Is it mobile friendly?", content: "Yes! Coaches and athletes can access data anywhere, perfect for trackside usage."},
{
id: "f3",
name: "What data can I track?",
content: "Track every event, split, and field measurement with automated progression charts.",
},
id: "f3", title: "What data can I track?", content: "Track every event, split, and field measurement with automated progression charts."},
]}
title="Common Questions"
description="Everything you need to know about getting started."
@@ -351,8 +222,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contact Us"
title="Ready to optimize your program?"
description="Sign up for a free demo or connect with our support team to learn more."
@@ -363,13 +233,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="TrackIQ"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms & Conditions",
href: "#",
}}
text: "Terms & Conditions", href: "#"}}
/>
</div>
</ReactLenis>