From 22cbc7785d57b115b077cff79dbfb8a0d324095f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:21:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fefed8..7bacab6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-105191.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-105191.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", @@ -166,28 +166,28 @@ export default function LandingPage() { name: "Memi Pro X", price: "$1,199", variant: "Midnight Black", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168479.jpg?_wi=1", }, { id: "p2", name: "Memi Air", price: "$899", variant: "Silver Sky", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=1", }, { id: "p3", name: "Memi Ultra", price: "$1,399", variant: "Space Gray", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-phone-14-pro-perspective-view-white-background_187299-35419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cartoon-phone-14-pro-perspective-view-white-background_187299-35419.jpg?_wi=1", }, { id: "p4", name: "Memi Mini", price: "$699", variant: "Deep Blue", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg?_wi=1", }, { id: "p5", @@ -306,7 +306,7 @@ export default function LandingPage() { quote: "The cleanest UX I've experienced in years.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-105191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-105191.jpg?_wi=2", imageAlt: "tech professional portrait", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { quote: "Speed and battery life are genuinely ahead of the game.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168479.jpg?_wi=2", imageAlt: "tech professional portrait", }, { @@ -328,7 +328,7 @@ export default function LandingPage() { quote: "The display calibration is simply stunning for creative work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021805.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=2", imageAlt: "tech professional portrait", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { quote: "Memi Mobile is my most reliable professional tool.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/factory-inspectors-supervisors-engaging-briefing-production-metrics_482257-126100.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-phone-14-pro-perspective-view-white-background_187299-35419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cartoon-phone-14-pro-perspective-view-white-background_187299-35419.jpg?_wi=2", imageAlt: "tech professional portrait", }, { @@ -350,7 +350,7 @@ export default function LandingPage() { quote: "Best camera performance I've tested for mobile video.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-connects-with-shareholders-via-video-call-discuss-budget-planning_482257-123829.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-healthcare-communication-via-digitally-generated-abstract-design-generated-by-ai_188544-29913.jpg?_wi=2", imageAlt: "tech professional portrait", }, ]} -- 2.49.1