From 91740a033cbcb2891af959bb342649d69bbf80d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:34:54 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb8682b..3992549 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -115,7 +115,7 @@ export default function AboutPage() { author: "Our Foundation", description: "We believe quality is non-negotiable. Every product undergoes rigorous testing to meet our exacting standards, ensuring you receive nothing but the best.", tags: ["Excellence", "Standards"], - imageSrc: "http://img.b2bpic.net/free-photo/marble-podium-product-showcase-with-scenery-background_23-2151774809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marble-podium-product-showcase-with-scenery-background_23-2151774809.jpg?_wi=2", imageAlt: "Premium quality showcase", }, { @@ -124,7 +124,7 @@ export default function AboutPage() { author: "Always First", description: "You are at the heart of everything we do. From product selection to customer service, we make decisions based on what benefits our customers most.", tags: ["Customer", "Focus"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg?_wi=2", imageAlt: "Customer service excellence", }, { @@ -133,7 +133,7 @@ export default function AboutPage() { author: "Forward Thinking", description: "We're committed to responsible business practices and continuous improvement. Our vision is to lead the e-commerce industry through ethical innovation.", tags: ["Innovation", "Responsibility"], - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=2", imageAlt: "Sustainable practices", }, ]} @@ -151,25 +151,25 @@ export default function AboutPage() { { id: "1", name: "Sarah Anderson", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg?_wi=4", imageAlt: "Sarah Anderson", }, { id: "2", name: "Michael Thompson", - imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg?_wi=4", imageAlt: "Michael Thompson", }, { id: "3", name: "Jessica Lee", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg?_wi=5", imageAlt: "Jessica Lee", }, { id: "4", name: "David Rodriguez", - imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg?_wi=5", imageAlt: "David Rodriguez", }, ]} -- 2.49.1 From 17c9a36edb21e5e24815d9a5ba8f4a3fa8a996c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:34:54 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f28e68..cc35fcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function HomePage() { handle: "Verified Buyer", testimonial: "Quality products, excellent customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg?_wi=1", }, { name: "Sophie Chen", @@ -152,7 +152,7 @@ export default function HomePage() { name: "Premium Leather Handbag", price: "$189.00", variant: "Cognac Brown 2 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg?_wi=1", imageAlt: "Premium leather handbag", isFavorited: false, }, @@ -161,7 +161,7 @@ export default function HomePage() { name: "Classic Wool Sweater", price: "$79.99", variant: "Charcoal Grey 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg?_wi=1", imageAlt: "Classic wool sweater", isFavorited: false, }, @@ -170,7 +170,7 @@ export default function HomePage() { name: "Minimalist Watch", price: "$149.00", variant: "Rose Gold 3 Options", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-looking-her-smartwatch_23-2148788853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-looking-her-smartwatch_23-2148788853.jpg?_wi=1", imageAlt: "Minimalist watch", isFavorited: false, }, @@ -179,7 +179,7 @@ export default function HomePage() { name: "Premium Denim Jacket", price: "$129.99", variant: "Dark Indigo Medium", - imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=1", imageAlt: "Premium denim jacket", isFavorited: false, }, @@ -224,7 +224,7 @@ export default function HomePage() { author: "Verified Selection", description: "Every item is carefully selected and quality-tested to ensure excellence and customer satisfaction.", tags: ["Quality", "Verified"], - imageSrc: "http://img.b2bpic.net/free-photo/marble-podium-product-showcase-with-scenery-background_23-2151774809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marble-podium-product-showcase-with-scenery-background_23-2151774809.jpg?_wi=1", imageAlt: "Premium quality products", }, { @@ -233,7 +233,7 @@ export default function HomePage() { author: "Quick Delivery", description: "We partner with trusted logistics providers to ensure your orders arrive quickly and safely.", tags: ["Fast", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=1", imageAlt: "Fast shipping service", }, { @@ -242,7 +242,7 @@ export default function HomePage() { author: "24/7 Support", description: "Our dedicated team is always ready to help with any questions or concerns about your purchases.", tags: ["Support", "Caring"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg?_wi=1", imageAlt: "Customer service team", }, ]} @@ -260,31 +260,31 @@ export default function HomePage() { { id: "1", name: "Sarah Anderson", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg?_wi=1", imageAlt: "Sarah Anderson", }, { id: "2", name: "Michael Thompson", - imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg?_wi=2", imageAlt: "Michael Thompson", }, { id: "3", name: "Jessica Lee", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg?_wi=2", imageAlt: "Jessica Lee", }, { id: "4", name: "David Rodriguez", - imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg?_wi=3", imageAlt: "David Rodriguez", }, { id: "5", name: "Emily Watson", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/variety-flat-female-avatars_23-2147668580.jpg?_wi=3", imageAlt: "Emily Watson", }, ]} -- 2.49.1 From 9213c358f3e600c8d124a04041ac813258aa59ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:34:55 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 285bca1..18c4239 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -97,7 +97,7 @@ export default function ProductsPage() { name: "Premium Leather Handbag", price: "$189.00", variant: "Cognac Brown 2 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg?_wi=2", imageAlt: "Premium leather handbag", isFavorited: false, }, @@ -106,7 +106,7 @@ export default function ProductsPage() { name: "Classic Wool Sweater", price: "$79.99", variant: "Charcoal Grey 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg?_wi=2", imageAlt: "Classic wool sweater", isFavorited: false, }, @@ -115,7 +115,7 @@ export default function ProductsPage() { name: "Minimalist Watch", price: "$149.00", variant: "Rose Gold 3 Options", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-looking-her-smartwatch_23-2148788853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-looking-her-smartwatch_23-2148788853.jpg?_wi=2", imageAlt: "Minimalist watch", isFavorited: false, }, @@ -124,7 +124,7 @@ export default function ProductsPage() { name: "Premium Denim Jacket", price: "$129.99", variant: "Dark Indigo Medium", - imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16949.jpg?_wi=2", imageAlt: "Premium denim jacket", isFavorited: false, }, @@ -133,7 +133,7 @@ export default function ProductsPage() { name: "Elegant Silk Scarf", price: "$59.99", variant: "Cream Ivory 8 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25328.jpg?_wi=3", imageAlt: "Elegant silk scarf", isFavorited: false, }, @@ -142,7 +142,7 @@ export default function ProductsPage() { name: "Designer Sunglasses", price: "$199.00", variant: "Black Gradient 4 Styles", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-textured-knitted-blankets-stack_169016-16558.jpg?_wi=3", imageAlt: "Designer sunglasses", isFavorited: false, }, -- 2.49.1