Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -113,23 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Polaroid Magnet", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/metallic-pieces-with-colorful-painting_23-2148742357.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "1", name: "Polaroid Magnet", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/metallic-pieces-with-colorful-painting_23-2148742357.jpg"},
|
||||
{
|
||||
id: "2", name: "Minimalist Square", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181730.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "2", name: "Minimalist Square", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181730.jpg"},
|
||||
{
|
||||
id: "3", name: "Circle Memories", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-clothes-elements-arrangement_23-2148742330.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "3", name: "Circle Memories", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-clothes-elements-arrangement_23-2148742330.jpg"},
|
||||
{
|
||||
id: "4", name: "Hexagon Art", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20155.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "4", name: "Hexagon Art", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20155.jpg"},
|
||||
{
|
||||
id: "5", name: "Landscape View", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-office-desk-concept-wood-house-also-car-clock-wooden-shelf-beautiful-pink-flower-wood-background-with-copy-space_1921-37.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "5", name: "Landscape View", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-office-desk-concept-wood-house-also-car-clock-wooden-shelf-beautiful-pink-flower-wood-background-with-copy-space_1921-37.jpg"},
|
||||
{
|
||||
id: "6", name: "Photo Frame", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-with-flower-petals-table_23-2148069173.jpg", priceButtonProps: { children: "Add to Cart" }
|
||||
},
|
||||
id: "6", name: "Photo Frame", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-with-flower-petals-table_23-2148069173.jpg"},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Browse our popular magnet styles and shapes."
|
||||
|
||||
Reference in New Issue
Block a user