diff --git a/src/app/page.tsx b/src/app/page.tsx index a11570b..09d2b36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Jewellery Showcase", logoIcon: Diamond, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bracelets-with-diamonds-black-wall_140725-12838.jpg", imageAlt: "Luxury jewellery collection", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bracelets-with-diamonds-black-wall_140725-12838.jpg?_wi=1", imageAlt: "Luxury jewellery collection", buttons: [ { text: "View Collection", href: "#products" }, { text: "Learn More", href: "#about" }, ], @@ -96,13 +96,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Eternal Diamond Necklace", price: "$2,850", imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg", imageAlt: "Diamond necklace", initialQuantity: 1, + id: "1", name: "Eternal Diamond Necklace", price: "$2,850", imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg?_wi=1", imageAlt: "Diamond necklace", initialQuantity: 1, }, { - id: "2", name: "Solitaire Engagement Ring", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-beautiful-white-flower_181624-4540.jpg", imageAlt: "Engagement ring", initialQuantity: 1, + id: "2", name: "Solitaire Engagement Ring", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-beautiful-white-flower_181624-4540.jpg?_wi=1", imageAlt: "Engagement ring", initialQuantity: 1, }, { - id: "3", name: "Luminous Diamond Bracelet", price: "$1,950", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", imageAlt: "Diamond bracelet", initialQuantity: 1, + id: "3", name: "Luminous Diamond Bracelet", price: "$1,950", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=1", imageAlt: "Diamond bracelet", initialQuantity: 1, }, ]} buttons={[{ text: "View All Products", href: "#collections" }]} @@ -134,16 +134,16 @@ export default function LandingPage() { title: "Engagement Rings", description: "Symbol of eternal love with stunning diamond cuts and precious metals.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-beautiful-white-flower_181624-4540.jpg", imageAlt: "Engagement rings collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-beautiful-white-flower_181624-4540.jpg?_wi=2", imageAlt: "Engagement rings collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg", imageAlt: "Matching necklace piece"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg?_wi=2", imageAlt: "Matching necklace piece"}, ], }, { title: "Fine Jewellery", description: "Timeless pieces crafted with precision, perfect for any occasion.", icon: Gem, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", imageAlt: "Fine jewellery bracelet"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=2", imageAlt: "Fine jewellery bracelet"}, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548541.jpg", imageAlt: "Fine jewellery earrings"}, ], @@ -154,16 +154,16 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-ordinary-mall-america_23-2151564183.jpg", imageAlt: "Custom design consultation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bracelets-with-diamonds-black-wall_140725-12838.jpg", imageAlt: "Design showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bracelets-with-diamonds-black-wall_140725-12838.jpg?_wi=2", imageAlt: "Design showcase"}, ], }, { title: "Luxury Accessories", description: "Premium pieces to complement your personal style and elegance.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg", imageAlt: "Luxury accessories necklace"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-venus-bust-with-pearls_23-2148229263.jpg?_wi=3", imageAlt: "Luxury accessories necklace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", imageAlt: "Luxury accessories bracelet"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=3", imageAlt: "Luxury accessories bracelet"}, ], }, ]}