From ed6d83894bc16558298543b1deb6154374d9a5e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:38:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d57b89..d9096bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,16 +98,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Authentic Products", description: "100% guaranteed authentic sneakers from official retailers and verified suppliers worldwide.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Authentic Products" + id: "1", title: "Authentic Products", description: "100% guaranteed authentic sneakers from official retailers and verified suppliers worldwide.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Authentic Products" }, { - id: "2", title: "Fast Shipping", description: "Free shipping on orders over $100. Standard delivery in 3-5 business days with tracking.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Fast Shipping" + id: "2", title: "Fast Shipping", description: "Free shipping on orders over $100. Standard delivery in 3-5 business days with tracking.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Fast Shipping" }, { - id: "3", title: "Expert Curation", description: "Hand-selected sneakers by our team of footwear enthusiasts and style experts.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Expert Curation" + id: "3", title: "Expert Curation", description: "Hand-selected sneakers by our team of footwear enthusiasts and style experts.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Expert Curation" }, { - id: "4", title: "Easy Returns", description: "30-day hassle-free returns policy. If it doesn't fit, send it back with no questions asked.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Easy Returns" + id: "4", title: "Easy Returns", description: "30-day hassle-free returns policy. If it doesn't fit, send it back with no questions asked.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Easy Returns" } ]} gridVariant="four-items-2x2-equal-grid" @@ -133,23 +133,23 @@ export default function LandingPage() { }, { id: "2", name: "Maria Chen", role: "Athlete", company: "Running Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Maria Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Maria Chen testimonial" }, { id: "3", name: "James Wilson", role: "Designer", company: "Creative Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Wilson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "James Wilson testimonial" }, { id: "4", name: "Sofia Martinez", role: "Fashion Influencer", company: "Style & Comfort", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sofia Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Sofia Martinez testimonial" }, { id: "5", name: "David Lee", role: "Basketball Coach", company: "Sports Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Lee testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=4", imageAlt: "David Lee testimonial" }, { id: "6", name: "Emma Thompson", role: "Casual Buyer", company: "Fashion Forward", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Emma Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=5", imageAlt: "Emma Thompson testimonial" } ]} kpiItems={[ -- 2.49.1