Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:18:23 +00:00

View File

@@ -85,19 +85,19 @@ 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"
@@ -133,16 +133,16 @@ 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"