From 8bcd4494287fb8e643aa6fb2b0bd10d0dac3d0ad Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:31:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5491366..7d167ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg", imageAlt: "Luxury candles collection showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg", imageAlt: "Vanilla scented luxury candle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg", imageAlt: "Lavender premium candle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg", imageAlt: "Rose fragrance luxury candle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg?_wi=1", imageAlt: "Vanilla scented luxury candle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg?_wi=1", imageAlt: "Lavender premium candle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg?_wi=1", imageAlt: "Rose fragrance luxury candle" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-preparing-kombucha_23-2149894681.jpg", imageAlt: "Artisan candle craftsmanship" }, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-coffee-decor-closeup_169016-23626.jpg", imageAlt: "Candle ambiance warm lighting" } ]} @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "vanilla-bliss", name: "Vanilla Bliss", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg", imageAlt: "Vanilla Bliss luxury candle" }, - { id: "lavender-dream", name: "Lavender Dream", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg", imageAlt: "Lavender Dream premium candle" }, - { id: "rose-romance", name: "Rose Romance", price: "$36.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg", imageAlt: "Rose Romance elegant candle" } + { id: "vanilla-bliss", name: "Vanilla Bliss", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43782.jpg?_wi=2", imageAlt: "Vanilla Bliss luxury candle" }, + { id: "lavender-dream", name: "Lavender Dream", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-candles-decorative-word-home-white-bed-top-view_169016-35474.jpg?_wi=2", imageAlt: "Lavender Dream premium candle" }, + { id: "rose-romance", name: "Rose Romance", price: "$36.00", imageSrc: "http://img.b2bpic.net/free-photo/wood-tray-with-mirror-pink-roses-knitted-blanket_141793-154.jpg?_wi=2", imageAlt: "Rose Romance elegant candle" } ]} /> -- 2.49.1