Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 04:30:47 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Nike Jordana: Performance Meets Legacy"
description="Experience the perfect fusion of athletic excellence and timeless design. Engineered for champions, built for everyone. Step into greatness with every stride."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+", label: "Years of Innovation" },
{ value: "500K+", label: "Athletes Worldwide" },
@@ -202,7 +202,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Join the Jordana Community"
description="Subscribe to our newsletter for exclusive offers, new collections, and insider updates from the world of Nike Jordana."
background={{ variant: "glowing-orb" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}