Merge version_1 into main #3
@@ -59,15 +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", imageAlt: "Premium sneaker collection showcase"},
|
||||
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/female-walking-park-high-quality-photo_114579-92105.jpg", imageAlt: "AirFlex Runner sneaker"},
|
||||
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/full-shot-woman-sitting-skateboard_23-2148950654.jpg", imageAlt: "StreetPro Max shoe"},
|
||||
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/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Urban Classic sneaker"},
|
||||
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-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Velocity Boost athletic shoe"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=1", imageAlt: "Velocity Boost athletic shoe"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Hero section with featured sneaker collection"
|
||||
@@ -86,16 +86,16 @@ export default function HomePage() {
|
||||
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", imageAlt: "AirFlex Runner Premium Running Shoe"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=2", 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."
|
||||
@@ -119,13 +119,13 @@ 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", imageAlt: "Fast shipping service", buttonIcon: Truck,
|
||||
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: "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,
|
||||
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: "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,
|
||||
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: "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,
|
||||
|
||||
Reference in New Issue
Block a user