Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:24:37 +00:00

View File

@@ -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"