From 126b09cb5a14ecfbc1cea9e598af735abe8f011e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:32:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcbda90..d30ddb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg?_wi=1" imageAlt="smart home interior design living room" avatars={[ { @@ -175,7 +175,7 @@ export default function LandingPage() { title: "Homes Transformed", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg?_wi=1" imageAlt="smart home thermostat wall interior" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -192,12 +192,12 @@ export default function LandingPage() { title: "Intelligent Climate", description: "Automated temperature adjustments for optimal comfort and saving.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-conducting-server-auditing_482257-85121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/specialist-conducting-server-auditing_482257-85121.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg?_wi=2", imageAlt: "smart home app mobile UI", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-holding-mobile-with-lighting-controlling-app-sitting-kitchen_482257-7527.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg?_wi=2", imageAlt: "smart home app mobile UI", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg?_wi=1", imageAlt: "smart home app mobile UI", }, ]} @@ -260,7 +260,7 @@ export default function LandingPage() { id: "p1", name: "Smart LED Bulb", price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg?_wi=2", }, { id: "p2", @@ -343,7 +343,7 @@ export default function LandingPage() { name: "Jordan P.", handle: "@techie_j", testimonial: "The best automation platform for modern living.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg?_wi=3", imageAlt: "brand logo minimal", }, { @@ -351,7 +351,7 @@ export default function LandingPage() { name: "Sarah K.", handle: "@home_sarah", testimonial: "Reduced my electricity bills noticeably in just one month.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723520.jpg?_wi=3", imageAlt: "brand logo minimal", }, { @@ -359,7 +359,7 @@ export default function LandingPage() { name: "Mark D.", handle: "@mark_tech", testimonial: "Easy installation, robust features, highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg?_wi=2", imageAlt: "brand logo minimal", }, { @@ -367,7 +367,7 @@ export default function LandingPage() { name: "Elena V.", handle: "@elena_designs", testimonial: "Beautiful design, fits perfectly in any interior style.", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-conducting-server-auditing_482257-85121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/specialist-conducting-server-auditing_482257-85121.jpg?_wi=2", imageAlt: "brand logo minimal", }, ]}