Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-14 18:09:59 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCentered
title="Track Achieve Verify Get Recruited"
description="Build your verified athletic portfolio in realtime. Log every training session, unlock achievement badges, and share your performance story directly with coaches and universities—all in one trusted platform designed for serious young athletes."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828900.jpg", alt: "young athlete training intensity"
@@ -145,13 +145,13 @@ export default function LandingPage() {
id: "feature-5", title: "Performance Metrics & Insights", descriptions: [
"Visual dashboards show training frequency, improvement trends, and consistency metrics.", "Export performance reports for coaches, scouts, or university applications."
],
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-making-selfie-wave-camera-make-video-call-background-city_231208-6754.jpg?_wi=1", imageAlt: "Performance metrics analytics"
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-making-selfie-wave-camera-make-video-call-background-city_231208-6754.jpg", imageAlt: "Performance metrics analytics"
},
{
id: "feature-6", title: "Social Sharing & Celebration", descriptions: [
"Share milestone achievements with family and friends through shareable posts.", "Celebrate progress and build a community of supporters around your athletic journey."
],
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-making-selfie-wave-camera-make-video-call-background-city_231208-6754.jpg?_wi=2", imageAlt: "Social sharing features"
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-making-selfie-wave-camera-make-video-call-background-city_231208-6754.jpg", imageAlt: "Social sharing features"
}
]}
gridVariant="bento-grid"
@@ -280,7 +280,7 @@ export default function LandingPage() {
{ text: "Schedule Demo", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact and signup section"
/>