diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f57064..2d84a85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888559.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888559.jpg?_wi=1" imageAlt="Luxurious handcrafted candle with elegant packaging" mediaAnimation="opacity" frameStyle="card" @@ -108,7 +108,7 @@ export default function LandingPage() { title: "Burn Time", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-making-coffee-office_23-2148352516.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-making-coffee-office_23-2148352516.jpg?_wi=1" imageAlt="Close-up of hands pouring melted wax into a candle jar" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -150,7 +150,7 @@ export default function LandingPage() { value: "Burn", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888559.jpg?_wi=2", imageAlt: "burning candle slow flame ambiance", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-making-coffee-office_23-2148352516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-making-coffee-office_23-2148352516.jpg?_wi=2", imageAlt: "Burning candle in an elegant living room", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { imageAlt: "Sustainable candle ingredients", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-brunch-bed-with-pastries-tea-lilac-bouquet-vase-romance-holidays-mother-s-women-s-day_169016-15566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-brunch-bed-with-pastries-tea-lilac-bouquet-vase-romance-holidays-mother-s-women-s-day_169016-15566.jpg?_wi=1", imageAlt: "burning candle slow flame ambiance", }, ]} @@ -191,7 +191,7 @@ export default function LandingPage() { id: "classic-elegance", name: "Classic Elegance", price: "€189", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-brunch-bed-with-pastries-tea-lilac-bouquet-vase-romance-holidays-mother-s-women-s-day_169016-15566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-brunch-bed-with-pastries-tea-lilac-bouquet-vase-romance-holidays-mother-s-women-s-day_169016-15566.jpg?_wi=2", imageAlt: "Classic Elegance Candle", onProductClick: "() => {}", onFavorite: "() => {}",