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">
<SplitAbout
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"
tagIcon={Award}
tagAnimation="slide-up"
@@ -158,7 +158,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
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"
tagIcon={MessageSquare}
tagAnimation="slide-up"
@@ -194,10 +194,10 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
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={[
{ text: "Contact Us", href: "contact" },
{ text: "Shop Now", href: "products" },
{ text: "Browse Collection", href: "products" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}