2 Commits

Author SHA1 Message Date
7c155d4604 Update src/app/page.tsx 2026-05-21 01:46:41 +00:00
079b83a43e Merge version_2 into main
Merge version_2 into main
2026-05-21 01:46:30 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Our Brand", id: "about" }, { name: "Our Brand", id: "about" },
{ name: "Help", id: "faq" }, { name: "Help", id: "faq" },
]} ]}
brandName="StrideElite" brandName="MendiShoes"
/> />
</div> </div>
@@ -63,7 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="Our Mission" tag="Our Mission"
title="Defining Modern Movement" title="Defining Modern Movement"
description="StrideElite brings together the best in performance technology and street-ready style. We curate collections that empower athletes and trendsetters." description="MendiClothes brings together the best in performance technology and street-ready style. We curate collections that empower athletes and trendsetters."
subdescription="Every piece in our shop is selected for its build quality, ergonomic benefits, and lasting design. We believe performance isn't just for the track—it's for life." subdescription="Every piece in our shop is selected for its build quality, ergonomic benefits, and lasting design. We believe performance isn't just for the track—it's for life."
icon={Award} icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/black-model-posing-with-vinyls_23-2148171761.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/black-model-posing-with-vinyls_23-2148171761.jpg?_wi=2"
@@ -81,7 +81,7 @@ export default function LandingPage() {
{ id: "f2", title: "Street Ready", subtitle: "Urban Aesthetics", category: "Apparel", value: "Trending" }, { id: "f2", title: "Street Ready", subtitle: "Urban Aesthetics", category: "Apparel", value: "Trending" },
{ id: "f3", title: "Expert Curation", subtitle: "Top-Tier Brands", category: "Selection", value: "Authentic" }, { id: "f3", title: "Expert Curation", subtitle: "Top-Tier Brands", category: "Selection", value: "Authentic" },
]} ]}
title="Why Choose StrideElite?" title="Why Choose MendiShoes?"
description="We blend innovative materials and iconic silhouettes to bring you the best footwear and clothing retail experience." description="We blend innovative materials and iconic silhouettes to bring you the best footwear and clothing retail experience."
/> />
</div> </div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
text="Join the StrideElite community for early release notifications." text="Join the MendiShoes community for early release notifications."
buttons={[{ text: "Join Newsletter", href: "#" }]} buttons={[{ text: "Join Newsletter", href: "#" }]}
/> />
</div> </div>
@@ -155,12 +155,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-wear-beret-coat-with-handbag-posing-outdoor_627829-5514.jpg" imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-wear-beret-coat-with-handbag-posing-outdoor_627829-5514.jpg"
logoText="StrideElite" logoText="MendiShoes"
columns={[ columns={[
{ title: "Catalog", items: [{ label: "Footwear", href: "#" }, { label: "Apparel", href: "#" }] }, { title: "Catalog", items: [{ label: "Footwear", href: "#" }, { label: "Apparel", href: "#" }] },
{ title: "Company", items: [{ label: "Our Story", href: "#" }, { label: "Contact", href: "#" }] }, { title: "Company", items: [{ label: "Our Story", href: "#" }, { label: "Contact", href: "#" }] },
]} ]}
copyrightText="© 2025 | StrideElite Apparel" copyrightText="© 2025 | MendiClothes Apparel"
/> />
</div> </div>
</ReactLenis> </ReactLenis>