From aeab3ef239f8168f0a04dfb277cc20660f7e37be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:15:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1004f0c..2ae1656 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg" 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg" 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?_wi=1", imageAlt: "White premium sneakers", isFavorited: false + reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", 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?_wi=1", imageAlt: "Brown leather loafers", isFavorited: false + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg", imageAlt: "Brown leather loafers", isFavorited: false }, { id: "shoe-004", brand: "Fashion Forward", name: "Burgundy Ankle Boot", price: "$94.99", rating: 5, @@ -139,7 +139,6 @@ export default function LandingPage() { cardBrandClassName="text-sm text-accent font-semibold mt-4" cardNameClassName="text-lg font-bold mt-2" cardPriceClassName="text-xl font-bold text-accent mt-3" - cardRatingClassName="text-sm text-foreground/60 mt-2" /> @@ -162,7 +161,6 @@ export default function LandingPage() { titleClassName="text-3xl font-bold mb-4 text-center" descriptionClassName="text-lg text-foreground/80 max-w-2xl mx-auto mb-12 text-center" logoCardClassName="px-6 py-4 rounded-lg bg-card border border-accent/20 flex items-center justify-center" - logoTextClassName="font-semibold text-foreground" /> @@ -179,15 +177,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?_wi=2", imageAlt: "Quality inspection verification" + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-suit-glasses-stading-near-shelf_171337-19304.jpg", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Customer community showcase" + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", imageAlt: "Customer community showcase" } ]} buttons={[ @@ -203,7 +201,6 @@ export default function LandingPage() { authorClassName="text-sm text-accent font-medium mb-3" cardDescriptionClassName="text-foreground/80 mb-4" tagsContainerClassName="flex flex-wrap gap-2" - tagClassName="px-3 py-1 text-xs rounded-full bg-accent/10 text-accent font-medium" /> @@ -251,7 +248,7 @@ export default function LandingPage() { tag="FAQ" tagIcon={HelpCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg" imageAlt="FAQ about imported shoes" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1