diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d7e6b7..2ea8e3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Enchanted Rose Cup", price: "$45.00", variant: "Crimson 2 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902652402-7dnlt8hg.jpg", imageAlt: "Enchanted Rose Cup in crimson" + id: "1", name: "Enchanted Rose Cup", price: "$45.00", variant: "Crimson 2 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765899254134-9kbxyysg.jpg", imageAlt: "Enchanted Rose Cup in crimson" }, { id: "2", name: "Belle's Tea Set", price: "$89.00", variant: "Gold Accents 3 Colors", imageSrc: "https://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg", imageAlt: "Belle's elegant tea set with gold accents" @@ -73,7 +73,7 @@ export default function LandingPage() { id: "3", name: "Lumière's Glow Mug", price: "$38.00", variant: "Clear Glass 2 Colors", imageSrc: "https://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg", imageAlt: "Lumière's luminous glass mug" }, { - id: "4", name: "Enchanted Collection", price: "$125.00", variant: "Limited Edition 1 Color", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902652402-7dnlt8hg.jpg", imageAlt: "Complete enchanted collection set" + id: "4", name: "Enchanted Collection", price: "$125.00", variant: "Limited Edition 1 Color", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765899254134-9kbxyysg.jpg", imageAlt: "Complete enchanted collection set" } ]} />