Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -113,13 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "book-1", name: "The 48 Laws of Power", price: "$9.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png", imageAlt: "The 48 Laws of Power book cover", initialQuantity: 1
|
||||
id: "book-1", name: "The 48 Laws of Power", price: "$9.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png?_wi=1", imageAlt: "The 48 Laws of Power book cover", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "book-2", name: "Atomic Habits", price: "$8.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png", imageAlt: "Atomic Habits book cover", initialQuantity: 1
|
||||
id: "book-2", name: "Atomic Habits", price: "$8.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png?_wi=2", imageAlt: "Atomic Habits book cover", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "book-3", name: "Harry Potter Series", price: "$24.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png", imageAlt: "Harry Potter complete series", initialQuantity: 1
|
||||
id: "book-3", name: "Harry Potter Series", price: "$24.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq67yhj3FOyDsAJMTviHz2XWv9/three-distinct-product-cards-showing-dif-1773307674205-f4031f18.png?_wi=3", imageAlt: "Harry Potter complete series", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user