From d0c705d8b39e7bc069ded2484df086da08ec0708 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:31:57 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index e04f67f..6c7a49f 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -75,7 +75,7 @@ export default function CartPage() { href: "/about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-natural-argan-seeds_23-2149016658.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-natural-argan-seeds_23-2149016658.jpg?_wi=2" imageAlt="Luxury skincare collection for checkout" mediaAnimation="blur-reveal" imagePosition="right" @@ -98,7 +98,7 @@ export default function CartPage() { 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=3", imageAlt: "Luminous Hydration Serum bottle", isFavorited: false, }, @@ -107,7 +107,7 @@ export default function CartPage() { 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=3", imageAlt: "Rose Gold Face Mask jar", isFavorited: false, }, @@ -116,7 +116,7 @@ export default function CartPage() { 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=3", imageAlt: "Silk Repair Cream luxe packaging", isFavorited: false, }, @@ -125,7 +125,7 @@ export default function CartPage() { 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=3", imageAlt: "Anti-Aging Night Elixir premium bottle", isFavorited: false, }, @@ -134,7 +134,7 @@ export default function CartPage() { 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=3", imageAlt: "Vitamin C Brightening Oil bottle", isFavorited: false, }, @@ -143,7 +143,7 @@ export default function CartPage() { 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=3", imageAlt: "Peptide Eye Revival luxury tube", isFavorited: false, }, @@ -172,7 +172,7 @@ export default function CartPage() { 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.", - 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=4", imageAlt: "Sarah Johnson testimonial", icon: Star, }, @@ -181,7 +181,7 @@ export default function CartPage() { name: "Emma Rodriguez", handle: "@emmacares", testimonial: "As someone with sensitive skin, I was skeptical. But Dittu's gentle formulations have been a game-changer.", - 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=4", imageAlt: "Emma Rodriguez testimonial", icon: Star, }, @@ -190,7 +190,7 @@ export default function CartPage() { 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=4", imageAlt: "Michael Chen testimonial", icon: Star, },