diff --git a/src/app/page.tsx b/src/app/page.tsx index ad49181..9faf9f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,17 +86,15 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "p1", name: "Eternal Solitaire", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347047.jpg"}, + id: "p1", name: "Eternal Solitaire", price: "$4,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCizGf6VuJSLH8BgAdxSJbxZNv/uploaded-1779093922354-t0gicddv.jpg"}, { - id: "p2", name: "Celestial Bangle", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/jewellery-bangle-background-with-place-text-banner-fashion-accessories_460848-13231.jpg"}, + id: "p2", name: "Celestial Bangle", price: "$2,800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCizGf6VuJSLH8BgAdxSJbxZNv/uploaded-1779093922354-a1olynw1.jpg"}, { - id: "p3", name: "Luminous Drops", price: "$1,900", imageSrc: "http://img.b2bpic.net/free-photo/jewellery-earrings-background-with-place-text-banner-fashion-accessories_460848-14702.jpg"}, + id: "p3", name: "Luminous Drops", price: "$1,900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCizGf6VuJSLH8BgAdxSJbxZNv/uploaded-1779093922354-phdr0d7q.jpg"}, { - id: "p4", name: "Vintage Glory", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509247.jpg"}, + id: "p4", name: "Vintage Glory", price: "$5,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCizGf6VuJSLH8BgAdxSJbxZNv/uploaded-1779093922354-9gozjgjk.jpg"}, { - id: "p5", name: "Royal Cuff", price: "$3,100", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg"}, - { - id: "p6", name: "Heritage Studs", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695081.jpg"}, + id: "p5", name: "Royal Cuff", price: "$3,100", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCizGf6VuJSLH8BgAdxSJbxZNv/uploaded-1779093922354-ovj2h5ch.jpg"}, ]} title="Iconic Collections" description="Curated pieces that define the modern heritage." @@ -209,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file