diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c9d703..81b583f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "3", title: "Radiant Shine", description: "Light-reflecting technology and silk proteins create luminous, head-turning shine. Amplifies natural color and dimension with every application.", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-cream-leaf-white-background_23-2148241810.jpg", imageAlt: "Hair shine treatment mask"}, + "http://img.b2bpic.net/free-photo/top-view-cream-leaf-white-background_23-2148241810.jpg?_wi=1", imageAlt: "Hair shine treatment mask"}, ]} /> @@ -146,7 +146,7 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/serum-bottle-held-stone-block_23-2152010130.jpg", imageAlt: "Golden Radiance Oil serum"}, { id: "4", name: "Intensive Shine Mask", price: "$48.00", variant: "200ml Weekly Treatment", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-cream-leaf-white-background_23-2148241810.jpg", imageAlt: "Intensive Shine Mask treatment"}, + "http://img.b2bpic.net/free-photo/top-view-cream-leaf-white-background_23-2148241810.jpg?_wi=2", imageAlt: "Intensive Shine Mask treatment"}, ]} carouselMode="buttons" buttons={[{ text: "View All Products", href: "#" }]}