diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 77881b3..8f5c30e 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -53,7 +53,7 @@ export default function CartPage() { { text: "Proceed to Checkout", href: "/checkout" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-woman-fashion-set_1203-7717.jpg?_wi=2" imageAlt="Shopping cart banner" mediaAnimation="slide-up" testimonials={[ @@ -62,7 +62,7 @@ export default function CartPage() { handle: "@fashionlover", testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -70,7 +70,7 @@ export default function CartPage() { handle: "@styleicon", testimonial: "Excellent selection and fast shipping. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -78,7 +78,7 @@ export default function CartPage() { handle: "@trendsetters", testimonial: "Premium quality at affordable prices. Love this brand!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { @@ -86,7 +86,7 @@ export default function CartPage() { handle: "@shoppers_choice", testimonial: "Customer service is exceptional. Will definitely shop again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "David Kim", }, ]} @@ -119,7 +119,7 @@ export default function CartPage() { name: "Executive Leather Loafers", price: "₹4,999", variant: "Black, Brown", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=7", imageAlt: "Executive leather loafers", }, { @@ -127,7 +127,7 @@ export default function CartPage() { name: "Urban Comfort Sneakers", price: "₹3,499", variant: "White, Navy, Gray", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=5", imageAlt: "Urban comfort sneakers", }, { @@ -135,7 +135,7 @@ export default function CartPage() { name: "Elegant Formal Oxfords", price: "₹5,499", variant: "Black, Tan", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=4", imageAlt: "Elegant formal oxfords", }, { @@ -143,7 +143,7 @@ export default function CartPage() { name: "Premium Running Shoes", price: "₹4,299", variant: "Red, Black, Blue", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=8", imageAlt: "Premium running shoes", }, ]}