From 4b2e09efd6a39da2bef697b4cef641e4f8598c2f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:31:58 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 758e52a..c361557 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -56,7 +56,7 @@ export default function ProductsPage() { name: "Luminous Hydration Serum", price: "$89", variant: "50ml / 100ml", - imageSrc: "http://img.b2bpic.net/free-photo/stack-white-rectangular-boxes-pyramid-formation_9975-133546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-white-rectangular-boxes-pyramid-formation_9975-133546.jpg?_wi=2", imageAlt: "Luminous Hydration Serum bottle", isFavorited: false, }, @@ -65,7 +65,7 @@ export default function ProductsPage() { name: "Rose Gold Face Mask", price: "$65", variant: "100ml", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-bottle-with-tasty-strawberry-milkshake-it_181624-2363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-bottle-with-tasty-strawberry-milkshake-it_181624-2363.jpg?_wi=2", imageAlt: "Rose Gold Face Mask jar", isFavorited: false, }, @@ -74,7 +74,7 @@ export default function ProductsPage() { name: "Silk Repair Cream", price: "$120", variant: "50ml", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-skin-care-cream_23-2148761486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-skin-care-cream_23-2148761486.jpg?_wi=2", imageAlt: "Silk Repair Cream luxe packaging", isFavorited: false, }, @@ -83,7 +83,7 @@ export default function ProductsPage() { name: "Anti-Aging Night Elixir", price: "$110", variant: "30ml", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg?_wi=2", imageAlt: "Anti-Aging Night Elixir premium bottle", isFavorited: false, }, @@ -92,7 +92,7 @@ export default function ProductsPage() { name: "Vitamin C Brightening Oil", price: "$78", variant: "30ml / 50ml", - imageSrc: "http://img.b2bpic.net/free-vector/night-intensively-revitalizing-facial_88138-120.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/night-intensively-revitalizing-facial_88138-120.jpg?_wi=2", imageAlt: "Vitamin C Brightening Oil bottle", isFavorited: false, }, @@ -101,7 +101,7 @@ export default function ProductsPage() { name: "Peptide Eye Revival", price: "$95", variant: "15ml", - imageSrc: "http://img.b2bpic.net/free-vector/mandala-cards-premium-golden-style_1017-8498.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mandala-cards-premium-golden-style_1017-8498.jpg?_wi=2", imageAlt: "Peptide Eye Revival luxury tube", isFavorited: false, }, @@ -124,7 +124,7 @@ export default function ProductsPage() { name: "Sarah Johnson", handle: "@sarahglows", testimonial: "The hydration serum completely transformed my complexion. My skin feels plump, radiant, and healthy for the first time in years. Dittu is my skincare holy grail.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial", icon: Star, }, @@ -133,7 +133,7 @@ export default function ProductsPage() { name: "Emma Rodriguez", handle: "@emmacares", testimonial: "As someone with sensitive skin, I was skeptical. But Dittu's gentle formulations have been a game-changer. No irritation, only visible results.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466375.jpg?_wi=2", imageAlt: "Emma Rodriguez testimonial", icon: Star, }, @@ -142,7 +142,7 @@ export default function ProductsPage() { name: "Michael Chen", handle: "@menskincare", testimonial: "Professional quality skincare that actually works. The anti-aging results are remarkable, and the packaging feels genuinely luxurious.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-face-cream_23-2148686062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-face-cream_23-2148686062.jpg?_wi=2", imageAlt: "Michael Chen testimonial", icon: Star, },