From b6b813279a4535007bb3846bfe24cb1eca923403 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:24:32 +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 4cc66b1..74d0600 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg", imageAlt: "Modern kitchen setup with premium accessories"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg?_wi=1", imageAlt: "Modern kitchen setup with premium accessories"}, { - imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Professional knife collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=1", imageAlt: "Professional knife collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Storage container set"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg?_wi=1", imageAlt: "Storage container set"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg", imageAlt: "Premium cutting boards"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg?_wi=1", imageAlt: "Premium cutting boards"}, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg", imageAlt: "Organized kitchen essentials"}, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pottery-objects_23-2148970779.jpg?_wi=2", imageAlt: "Organized kitchen essentials"}, { - imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Knife set detail view"}, + imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=2", imageAlt: "Knife set detail view"}, ]} ariaLabel="Hero section with product carousel" /> @@ -86,13 +86,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Premium Stainless Steel Knife Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg", imageAlt: "Professional knife collection set", initialQuantity: 1, + id: "1", name: "Premium Stainless Steel Knife Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/knifes-with-wooden-handle-isolated-white-background_93675-134469.jpg?_wi=3", imageAlt: "Professional knife collection set", initialQuantity: 1, }, { - id: "2", name: "Ceramic Storage Container Collection", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg", imageAlt: "Minimalist storage containers", initialQuantity: 1, + id: "2", name: "Ceramic Storage Container Collection", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7152.jpg?_wi=2", imageAlt: "Minimalist storage containers", initialQuantity: 1, }, { - id: "3", name: "Artisan Wood Cutting Board", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg", imageAlt: "Premium wooden cutting board", initialQuantity: 1, + id: "3", name: "Artisan Wood Cutting Board", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-board-spices-wooden-brown-cutting-board-fork-garlic-colorful-spices-oil-bottle-three-tomatoes-bowl-mushrooms-branches-with-cones_140725-117340.jpg?_wi=2", imageAlt: "Premium wooden cutting board", initialQuantity: 1, }, ]} ariaLabel="Product showcase section" -- 2.49.1