From 852c658ed4467a13e2029ad790a7b9e62637364f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:14:32 +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 f70bfa8..113e92f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,16 +80,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Labubu", name: "Classic Pink Edition", price: "$45.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-play-dough-monster_23-2149554794.jpg", imageAlt: "Pink labubu figure"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-play-dough-monster_23-2149554794.jpg?_wi=1", imageAlt: "Pink labubu figure"}, { id: "2", brand: "Labubu", name: "Deep Blue Variant", price: "$49.99", rating: 5, - reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/blue-play-dough-monster-with-one-eye_23-2149554796.jpg", imageAlt: "Blue labubu collectible"}, + reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/blue-play-dough-monster-with-one-eye_23-2149554796.jpg?_wi=1", imageAlt: "Blue labubu collectible"}, { id: "3", brand: "Labubu", name: "Golden Yellow Rare", price: "$59.99", rating: 5, - reviewCount: "645", imageSrc: "http://img.b2bpic.net/free-photo/animated-lemon-bottle-still-life_23-2149911050.jpg", imageAlt: "Yellow limited edition labubu"}, + reviewCount: "645", imageSrc: "http://img.b2bpic.net/free-photo/animated-lemon-bottle-still-life_23-2149911050.jpg?_wi=1", imageAlt: "Yellow limited edition labubu"}, { id: "4", brand: "Labubu", name: "Holographic Limited", price: "$79.99", rating: 5, - reviewCount: "523", imageSrc: "http://img.b2bpic.net/free-photo/half-cat-colorful-paper_53876-18268.jpg", imageAlt: "Holographic exclusive labubu"}, + reviewCount: "523", imageSrc: "http://img.b2bpic.net/free-photo/half-cat-colorful-paper_53876-18268.jpg?_wi=1", imageAlt: "Holographic exclusive labubu"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -123,13 +123,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Authentic Quality", description: "Every figure is officially licensed and comes with certificate of authenticity ensuring genuine collectible value.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-play-dough-monster_23-2149554794.jpg"}, + id: "01", title: "Authentic Quality", description: "Every figure is officially licensed and comes with certificate of authenticity ensuring genuine collectible value.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-play-dough-monster_23-2149554794.jpg?_wi=2"}, { - id: "02", title: "Exclusive Designs", description: "Limited edition releases with unique artistic collaborations you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/blue-play-dough-monster-with-one-eye_23-2149554796.jpg"}, + id: "02", title: "Exclusive Designs", description: "Limited edition releases with unique artistic collaborations you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/blue-play-dough-monster-with-one-eye_23-2149554796.jpg?_wi=2"}, { - id: "03", title: "Investment Grade", description: "Labubu figures appreciate in value over time, making them smart collectible investments.", imageSrc: "http://img.b2bpic.net/free-photo/animated-lemon-bottle-still-life_23-2149911050.jpg"}, + id: "03", title: "Investment Grade", description: "Labubu figures appreciate in value over time, making them smart collectible investments.", imageSrc: "http://img.b2bpic.net/free-photo/animated-lemon-bottle-still-life_23-2149911050.jpg?_wi=2"}, { - id: "04", title: "Global Community", description: "Join thousands of passionate collectors worldwide sharing trades, displays, and exclusive content.", imageSrc: "http://img.b2bpic.net/free-photo/half-cat-colorful-paper_53876-18268.jpg"}, + id: "04", title: "Global Community", description: "Join thousands of passionate collectors worldwide sharing trades, displays, and exclusive content.", imageSrc: "http://img.b2bpic.net/free-photo/half-cat-colorful-paper_53876-18268.jpg?_wi=2"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" -- 2.49.1