16 Commits

Author SHA1 Message Date
b3e5fc6f15 Update src/app/page.tsx 2026-03-03 10:32:09 +00:00
485ce877f2 Update src/app/page.tsx 2026-03-03 10:29:48 +00:00
c26a104b4d Merge version_1 into main
Merge version_1 into main
2026-03-03 10:29:26 +00:00
84dec7cc12 Update src/app/page.tsx 2026-03-03 10:27:10 +00:00
34b1b88d38 Update src/app/layout.tsx 2026-03-03 10:27:09 +00:00
fae69fa4e6 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:26:18 +00:00
89ee70797f Update src/app/page.tsx 2026-03-03 10:23:32 +00:00
4c13858897 Update src/app/page.tsx 2026-03-03 10:22:45 +00:00
43d652b6fd Update src/app/layout.tsx 2026-03-03 10:22:43 +00:00
e48a0c5673 Update src/app/page.tsx 2026-03-03 10:20:03 +00:00
4bfaee1ab0 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:18:50 +00:00
8aee6565b6 Update src/app/page.tsx 2026-03-03 10:17:10 +00:00
52d297d705 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:16:02 +00:00
3cf933787e Update src/app/page.tsx 2026-03-03 10:13:35 +00:00
c62237f372 Update src/app/layout.tsx 2026-03-03 10:13:33 +00:00
ca9de53be9 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:12:59 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}