diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fb5f2a..c9d6a53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Harry Potter complete series", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -208,7 +208,7 @@ export default function LandingPage() { useInvertedBackground={false} names=[ "Penguin Random House", "Simon & Schuster", "HarperCollins", "Scholastic", "Tor Publishing", "Hachette", "Audible Academy", "BookTok Community" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/gradient-abstract-technology-company-logotype_52683-12669.jpg", "http://img.b2bpic.net/free-vector/collection-technology-logos_23-2147532076.jpg", "http://img.b2bpic.net/free-vector/collection-computer-logo-templates_23-2149003043.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149211225.jpg", "http://img.b2bpic.net/free-vector/ebook_24908-54031.jpg", "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148345225.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148408100.jpg" ]}