From 83fd74626dd2e73d535f92aad4e191269047cf5a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd6927a..6733140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,12 +59,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg", imageAlt: "luxury skincare serum bottle glass blue" }, + { imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg?_wi=1", imageAlt: "luxury skincare serum bottle glass blue" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg", imageAlt: "woman skincare routine luxury spa" }, { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016617.jpg", imageAlt: "luxury serum bottle dropper application" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg", imageAlt: "luxury moisturizer cream jar glass" }, - { imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg", imageAlt: "luxury face cleanser bottle premium" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg", imageAlt: "luxury face mask jar premium packaging" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg?_wi=1", imageAlt: "luxury moisturizer cream jar glass" }, + { imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg?_wi=1", imageAlt: "luxury face cleanser bottle premium" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg?_wi=1", imageAlt: "luxury face mask jar premium packaging" } ]} mediaAnimation="slide-up" /> @@ -131,16 +131,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "serum-1", name: "Luminous Brightening Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg", imageAlt: "luxury skincare serum bottle glass blue" + id: "serum-1", name: "Luminous Brightening Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg?_wi=2", imageAlt: "luxury skincare serum bottle glass blue" }, { - id: "moisturizer-1", name: "Hydra Rich Facial Moisturizer", price: "$74.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg", imageAlt: "luxury moisturizer cream jar glass" + id: "moisturizer-1", name: "Hydra Rich Facial Moisturizer", price: "$74.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg?_wi=2", imageAlt: "luxury moisturizer cream jar glass" }, { - id: "cleanser-1", name: "Gentle Silk Cleanser", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg", imageAlt: "luxury face cleanser bottle premium" + id: "cleanser-1", name: "Gentle Silk Cleanser", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg?_wi=2", imageAlt: "luxury face cleanser bottle premium" }, { - id: "mask-1", name: "Revitalizing Bio-Cellulose Mask", price: "$64.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg", imageAlt: "luxury face mask jar premium packaging" + id: "mask-1", name: "Revitalizing Bio-Cellulose Mask", price: "$64.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg?_wi=2", imageAlt: "luxury face mask jar premium packaging" } ]} gridVariant="four-items-2x2-equal-grid"