From 678e0e11c0d5b5f0177d9e6e9af2441f53fc3c62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:48:42 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1bc5f36..4e95dd8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function AboutPage() { icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=4" imageAlt="Our mission and values" imagePosition="right" textboxLayout="default" @@ -100,25 +100,25 @@ export default function AboutPage() { id: 1, title: "Founded", description: "Started with a simple idea: make smart home technology accessible to everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=5", }, { id: 2, title: "First Product", description: "Launched our flagship smart motion sensor, disrupting the market with affordable premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=5", }, { id: 3, title: "15K+ Customers", description: "Reached 15,000 satisfied customers worldwide, expanding our product line exponentially.", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=7", }, { id: 4, title: "Global Leader", description: "Recognized as industry leader in smart home innovation with premium product standards.", - imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg?_wi=3", }, ]} textboxLayout="default" -- 2.49.1 From 1b52d62b4167b8141046c5ee6e378ec6c6ef01e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:48:42 +0000 Subject: [PATCH 2/4] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 476f4b0..35ce57a 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -62,21 +62,21 @@ export default function CollectionsPage() { id: "1", name: "AI Security Camera", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=8", imageAlt: "AI Security Camera", }, { id: "2", name: "Smart Door Lock", price: "$189.99", - imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg?_wi=4", imageAlt: "Smart Door Lock", }, { id: "3", name: "Smart Motion Sensor", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=6", imageAlt: "Smart Motion Sensor", }, ]} @@ -98,21 +98,21 @@ export default function CollectionsPage() { id: "1", name: "Eco Smart Thermostat", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=5", imageAlt: "Eco Smart Thermostat", }, { id: "2", name: "Smart Lighting Strip", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=9", imageAlt: "Smart Lighting Strip", }, { id: "3", name: "Smart Window Blinds", price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=6", imageAlt: "Smart Window Blinds", }, ]} -- 2.49.1 From 4cd685a0f06e03a1323720b740aba9ef757dde8f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:48:44 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 843867a..4c58f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,42 +73,42 @@ export default function HomePage() { id: "1", name: "Smart Motion Sensor", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=1", imageAlt: "Smart Motion Sensor", }, { id: "2", name: "Eco Smart Thermostat", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=1", imageAlt: "Eco Smart Thermostat", }, { id: "3", name: "Voice Control Hub", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=1", imageAlt: "Voice Control Hub", }, { id: "4", name: "Smart Lighting Strip", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=1", imageAlt: "Smart Lighting Strip", }, { id: "5", name: "AI Security Camera", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=2", imageAlt: "AI Security Camera", }, { id: "6", name: "Smart Door Lock", price: "$189.99", - imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg?_wi=1", imageAlt: "Smart Door Lock", }, ]} @@ -147,7 +147,7 @@ export default function HomePage() { icon: Headphones, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=2" imageAlt="Premium smart home solutions" imagePosition="right" textboxLayout="default" @@ -167,25 +167,25 @@ export default function HomePage() { id: 1, title: "Save Time Daily", description: "Automate routine tasks and reclaim hours every week with intelligent home automation.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=2", }, { id: 2, title: "Enhance Convenience", description: "Control everything from your smartphone or voice commands for seamless living.", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=2", }, { id: 3, title: "Improve Security", description: "Monitor and protect your home 24/7 with advanced smart security solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=3", }, { id: 4, title: "Reduce Energy Costs", description: "Optimize energy consumption and lower your bills with intelligent climate control.", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=4", }, ]} textboxLayout="default" -- 2.49.1 From 0e5d45f253838fcd61012abab717be40c0183eee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:48:45 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 96c208f..aa42cd4 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -62,56 +62,56 @@ export default function ShopPage() { id: "1", name: "Smart Motion Sensor", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=3", imageAlt: "Smart Motion Sensor", }, { id: "2", name: "Eco Smart Thermostat", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=3", imageAlt: "Eco Smart Thermostat", }, { id: "3", name: "Voice Control Hub", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=3", imageAlt: "Voice Control Hub", }, { id: "4", name: "Smart Lighting Strip", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=5", imageAlt: "Smart Lighting Strip", }, { id: "5", name: "AI Security Camera", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=6", imageAlt: "AI Security Camera", }, { id: "6", name: "Smart Door Lock", price: "$189.99", - imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg?_wi=2", imageAlt: "Smart Door Lock", }, { id: "7", name: "WiFi Power Strip", price: "$69.99", - imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=4", imageAlt: "WiFi Power Strip", }, { id: "8", name: "Smart Window Blinds", price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=4", imageAlt: "Smart Window Blinds", }, ]} -- 2.49.1