From 4d3406ffcd5f01a549121c4b5f4a0e6709d05f80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:09:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb7af81..cf17116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-woman-scooping-face-cream-from-pot_1098-17425.jpg", imageAlt: "skincare cream cosmetics beauty" }, { imageSrc: "http://img.b2bpic.net/free-photo/women-s-cosmetic-products-placed-blue_1150-17126.jpg", imageAlt: "skincare lotion bottle cosmetics" }, { imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-mask-face-client-beauty-salon_1303-16765.jpg", imageAlt: "skincare mask treatment beauty" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plant-selfcare-products_23-2149249586.jpg", imageAlt: "skincare oil luxury cosmetics" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plant-selfcare-products_23-2149249586.jpg?_wi=1", imageAlt: "skincare oil luxury cosmetics" } ]} mediaAnimation="slide-up" /> @@ -129,7 +129,7 @@ export default function LandingPage() { }, { id: "3", brand: "Elixir", name: "Golden Facial Oil", price: "$72.00", rating: 5, - reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plant-selfcare-products_23-2149249586.jpg", imageAlt: "Luxury facial oil bottle" + reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plant-selfcare-products_23-2149249586.jpg?_wi=2", imageAlt: "Luxury facial oil bottle" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1