Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a559393aa | |||
| 83de846d85 | |||
| 69a057dcd5 | |||
| 928a2a39a4 | |||
| 6091154bb3 |
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user