From dacc2535a823d09a1894f5ca79df332911716e4a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:15:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7f6a8f..1004f0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { tag="Authentic Global Selection" tagIcon={Globe} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg" + imageSrc="http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg?_wi=1" imageAlt="Premium imported shoes collection showcase" showDimOverlay={false} showBlur={true} @@ -77,7 +77,7 @@ export default function LandingPage() { tag="Global Quality Standards" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg?_wi=1" imageAlt="Quality inspection process for imported shoes" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -115,11 +115,11 @@ export default function LandingPage() { }, { id: "shoe-002", brand: "Urban Step", name: "White Sport Sneaker", price: "$74.99", rating: 5, - reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", imageAlt: "White premium sneakers", isFavorited: false + reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg?_wi=1", imageAlt: "White premium sneakers", isFavorited: false }, { id: "shoe-003", brand: "Comfort Plus", name: "Brown Leather Loafer", price: "$79.99", rating: 4.5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg", imageAlt: "Brown leather loafers", isFavorited: false + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=1", imageAlt: "Brown leather loafers", isFavorited: false }, { id: "shoe-004", brand: "Fashion Forward", name: "Burgundy Ankle Boot", price: "$94.99", rating: 5, @@ -179,15 +179,15 @@ export default function LandingPage() { features={[ { id: "feature-quality", title: "Verified Condition", author: "StepWise Quality Team", description: "Every shoe undergoes rigorous inspection to ensure authentic quality. We guarantee each pair is in excellent condition.", tags: ["Quality", "Verified", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg", imageAlt: "Quality inspection verification" + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg?_wi=2", imageAlt: "Quality inspection verification" }, { id: "feature-global", title: "Global Selection", author: "StepWise Sourcing", description: "Handpicked from premium manufacturers across 15+ countries. Access exclusive styles unavailable locally.", tags: ["International", "Exclusive", "Curated"], - imageSrc: "http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg", imageAlt: "Global shoe collection" + imageSrc: "http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg?_wi=2", imageAlt: "Global shoe collection" }, { id: "feature-trust", title: "Trusted Partnership", author: "StepWise Community", description: "Join 5000+ satisfied customers who trust us for authentic imported footwear. Real reviews from real people.", tags: ["Community", "Trusted", "Reviews"], - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", imageAlt: "Customer community showcase" + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg?_wi=2", imageAlt: "Customer community showcase" } ]} buttons={[ @@ -251,7 +251,7 @@ export default function LandingPage() { tag="FAQ" tagIcon={HelpCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=2" imageAlt="FAQ about imported shoes" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1