From 1b0f60e924523436c24b3712b38e89da58440592 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:59:09 +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 d2f3e43..1ed10a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-face-cream_23-2152029130.jpg", imageAlt: "Face cream application"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair care mask"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=1", imageAlt: "Hair care mask"}, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", imageAlt: "Perfume bottle"}, ]} @@ -127,7 +127,7 @@ export default function HomePage() { { id: "11", name: "Men's Moisturizer", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/man-applying-face-cream-home_1303-32255.jpg", imageAlt: "Men's Moisturizer"}, { - id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair Styling Cream"}, + id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=2", imageAlt: "Hair Styling Cream"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1