3 Commits

Author SHA1 Message Date
83de846d85 Update src/app/page.tsx 2026-03-03 08:27:45 +00:00
928a2a39a4 Update src/app/page.tsx 2026-03-03 08:26:45 +00:00
6091154bb3 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:20:54 +00:00

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
title="Crafted for Athletes" title="Crafted for Athletes"
description="We're dedicated to creating innovative athletic wear that pushes boundaries. Every product is engineered with precision and designed for performance." description="We are dedicated to creating innovative athletic wear that pushes boundaries. Every product is engineered with precision and designed for performance."
tag="Our Story" tag="Our Story"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -158,7 +158,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen <TestimonialCardSixteen
title="What Athletes Say" title="What Athletes Say"
description="Real stories from real athletes who've transformed their performance" description="Real stories from real athletes who have transformed their performance"
tag="Testimonials" tag="Testimonials"
tagIcon={MessageSquare} tagIcon={MessageSquare}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -194,10 +194,10 @@ export default function LandingPage() {
tagIcon={Mail} tagIcon={Mail}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Ready to Elevate Your Performance?" title="Ready to Elevate Your Performance?"
description="Join our community of athletes and discover products designed for your goals. Whether you're training for a marathon or just starting your fitness journey, we have the right gear for you." description="Join our community of athletes and discover products designed for your goals. Whether you are training for a marathon or just starting your fitness journey, we have the right gear for you."
buttons={[ buttons={[
{ text: "Contact Us", href: "contact" }, { text: "Contact Us", href: "contact" },
{ text: "Shop Now", href: "products" }, { text: "Browse Collection", href: "products" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}