Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 09:28:46 +00:00

View File

@@ -114,13 +114,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"