Merge version_1 into main #2
153
src/app/page.tsx
153
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
<HeroBillboardGallery
|
||||
title="Step Into Style"
|
||||
description="Premium Sneakers for Everyday Comfort. Discover our curated collection of handpicked athletic footwear designed for performance and lifestyle."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="New Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -59,25 +59,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg?_wi=1",
|
||||
imageAlt: "Premium sneaker collection showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg", imageAlt: "Premium sneaker collection showcase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg?_wi=1",
|
||||
imageAlt: "AirFlex Runner sneaker",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg", imageAlt: "AirFlex Runner sneaker"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg?_wi=1",
|
||||
imageAlt: "StreetPro Max shoe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg", imageAlt: "StreetPro Max shoe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=1",
|
||||
imageAlt: "Urban Classic sneaker",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Urban Classic sneaker"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=1",
|
||||
imageAlt: "Velocity Boost athletic shoe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Velocity Boost athletic shoe"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Hero section with featured sneaker collection"
|
||||
@@ -95,45 +85,17 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "UrbanStep",
|
||||
name: "AirFlex Runner",
|
||||
price: "$120.00",
|
||||
rating: 5,
|
||||
reviewCount: "328",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg?_wi=2",
|
||||
imageAlt: "AirFlex Runner Premium Running Shoe",
|
||||
},
|
||||
id: "1", brand: "UrbanStep", name: "AirFlex Runner", price: "$120.00", rating: 5,
|
||||
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg", imageAlt: "AirFlex Runner Premium Running Shoe"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "UrbanStep",
|
||||
name: "StreetPro Max",
|
||||
price: "$95.00",
|
||||
rating: 4,
|
||||
reviewCount: "245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg?_wi=2",
|
||||
imageAlt: "StreetPro Max Casual Sneaker",
|
||||
},
|
||||
id: "2", brand: "UrbanStep", name: "StreetPro Max", price: "$95.00", rating: 4,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg", imageAlt: "StreetPro Max Casual Sneaker"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "UrbanStep",
|
||||
name: "Urban Classic",
|
||||
price: "$110.00",
|
||||
rating: 5,
|
||||
reviewCount: "412",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=2",
|
||||
imageAlt: "Urban Classic Timeless Sneaker",
|
||||
},
|
||||
id: "3", brand: "UrbanStep", name: "Urban Classic", price: "$110.00", rating: 5,
|
||||
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Urban Classic Timeless Sneaker"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "UrbanStep",
|
||||
name: "Velocity Boost",
|
||||
price: "$130.00",
|
||||
rating: 5,
|
||||
reviewCount: "189",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=2",
|
||||
imageAlt: "Velocity Boost Performance Athletic Shoe",
|
||||
},
|
||||
id: "4", brand: "UrbanStep", name: "Velocity Boost", price: "$130.00", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Velocity Boost Performance Athletic Shoe"},
|
||||
]}
|
||||
title="Featured Collection"
|
||||
description="Handpicked premium sneakers carefully selected for quality, style, and comfort. Each pair offers exceptional value and lasting durability."
|
||||
@@ -157,37 +119,17 @@ export default function HomePage() {
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Fast Shipping",
|
||||
description: "Quick delivery to your doorstep within 3-5 business days across the country.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg?_wi=2",
|
||||
imageAlt: "Fast shipping service",
|
||||
buttonIcon: Truck,
|
||||
buttonHref: "/shop",
|
||||
},
|
||||
title: "Fast Shipping", description: "Quick delivery to your doorstep within 3-5 business days across the country.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg", imageAlt: "Fast shipping service", buttonIcon: Truck,
|
||||
buttonHref: "/shop"},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Your transactions are protected with industry-leading encryption and multiple payment options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=3",
|
||||
imageAlt: "Secure payment options",
|
||||
buttonIcon: Shield,
|
||||
buttonHref: "/shop",
|
||||
},
|
||||
title: "Secure Payments", description: "Your transactions are protected with industry-leading encryption and multiple payment options.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Secure payment options", buttonIcon: Shield,
|
||||
buttonHref: "/shop"},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Carefully curated collection of authentic, high-quality sneakers from trusted brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=3",
|
||||
imageAlt: "Premium quality sneakers",
|
||||
buttonIcon: Award,
|
||||
buttonHref: "/shop",
|
||||
},
|
||||
title: "Premium Quality", description: "Carefully curated collection of authentic, high-quality sneakers from trusted brands.", imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Premium quality sneakers", buttonIcon: Award,
|
||||
buttonHref: "/shop"},
|
||||
{
|
||||
title: "Expert Support",
|
||||
description: "Our dedicated team is here to help with sizing, recommendations, and customer service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blue-winter-trekking-boots-black-background_181624-25741.jpg?_wi=1",
|
||||
imageAlt: "Expert customer support",
|
||||
buttonIcon: Headphones,
|
||||
buttonHref: "/contact",
|
||||
},
|
||||
title: "Expert Support", description: "Our dedicated team is here to help with sizing, recommendations, and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blue-winter-trekking-boots-black-background_181624-25741.jpg", imageAlt: "Expert customer support", buttonIcon: Headphones,
|
||||
buttonHref: "/contact"},
|
||||
]}
|
||||
title="Why Choose UrbanStep"
|
||||
description="We're committed to providing the best sneaker shopping experience with premium quality, fast shipping, and secure payments."
|
||||
@@ -208,41 +150,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Johnson",
|
||||
role: "Sneaker Enthusiast",
|
||||
company: "Urban Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg?_wi=1",
|
||||
imageAlt: "Alex Johnson",
|
||||
},
|
||||
id: "1", name: "Alex Johnson", role: "Sneaker Enthusiast", company: "Urban Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Alex Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Chen",
|
||||
role: "Fitness Coach",
|
||||
company: "Active Lifestyle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Maria Chen",
|
||||
},
|
||||
id: "2", name: "Maria Chen", role: "Fitness Coach", company: "Active Lifestyle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Rodriguez",
|
||||
role: "Fashion Designer",
|
||||
company: "Style Collective",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
id: "3", name: "David Rodriguez", role: "Fashion Designer", company: "Style Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Williams",
|
||||
role: "Student",
|
||||
company: "Campus Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
imageAlt: "Sarah Williams",
|
||||
},
|
||||
id: "4", name: "Sarah Williams", role: "Student", company: "Campus Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Williams"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "10k+", label: "Happy Customers" },
|
||||
@@ -275,14 +193,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
names={["Nike", "Adidas", "Puma", "New Balance", "Saucony", "Asics", "Reebok"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg",
|
||||
"http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg",
|
||||
"http://img.b2bpic.net/free-vector/urban-shoes-logo_1051-1632.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg",
|
||||
"http://img.b2bpic.net/free-vector/set-retro-fitness-labels_23-2147792158.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg", "http://img.b2bpic.net/free-vector/urban-shoes-logo_1051-1632.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/set-retro-fitness-labels_23-2147792158.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Trusted brand partners section"
|
||||
|
||||
Reference in New Issue
Block a user