|
|
|
|
@@ -70,7 +70,7 @@ export default function SneakerHubLanding() {
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
title="Shop Our Collection"
|
|
|
|
|
description="Browse our curated selection of premium sneakers from the world's top brands. Quality, style, and comfort in every pair."
|
|
|
|
|
description="Join 50,000+ sneaker enthusiasts who trust SneakerHub for premium footwear. Browse our curated selection from the world's top brands."
|
|
|
|
|
tag="Featured"
|
|
|
|
|
tagIcon={ShoppingBag}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -99,9 +99,9 @@ export default function SneakerHubLanding() {
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
gridVariant="uniform-4-items"
|
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Premium Quality", description: "Authentic sneakers from verified brand partners. Every pair meets our rigorous quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-reading-documents-while-checking-quality-manufactured-steel-rood-industrial-building_637285-4075.jpg", imageAlt: "Premium quality sneaker craftsmanship"
|
|
|
|
|
@@ -110,10 +110,10 @@ export default function SneakerHubLanding() {
|
|
|
|
|
id: "2", title: "Ultimate Comfort", description: "Advanced cushioning technology and ergonomic design for all-day wear.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-resting-relaxed-sofa_158595-5319.jpg", imageAlt: "Comfortable cushioning technology"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Latest Styles", description: "Stay ahead of trends with our constantly updated collection of contemporary sneaker designs.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-casual-outfit-by-business-center_1303-20484.jpg", imageAlt: "Latest sneaker style trends"
|
|
|
|
|
id: "3", title: "Latest Styles", description: "Stay ahead of trends with our constantly updated collection of contemporary sneaker designs.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-casual-outfit-by-business-center_1303-20484.jpg?_wi=1", imageAlt: "Latest sneaker style trends"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Fast Shipping", description: "Quick delivery to your doorstep. Orders ship within 24 hours to most locations.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-casual-outfit-by-business-center_1303-20484.jpg", imageAlt: "Fast shipping service"
|
|
|
|
|
id: "4", title: "Fast Shipping", description: "Quick delivery to your doorstep. Orders ship within 24 hours to most locations.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-casual-outfit-by-business-center_1303-20484.jpg?_wi=2", imageAlt: "Fast shipping service"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -205,7 +205,7 @@ export default function SneakerHubLanding() {
|
|
|
|
|
{ text: "View New Releases", href: "#trending" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -218,4 +218,4 @@ export default function SneakerHubLanding() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|