From bea579eb494ccdfbe312b7bcb2aa6cde181c64b4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 02:46:39 +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 b8b90b8..844699c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,25 +49,25 @@ export default function LandingPage() { testimonials={[ { name: "Tech Review", handle: "Senior Engineer", testimonial: "Deploying FOMO models on ESP32 is a total game-changer for latency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg", imageAlt: "ESP32-CAM module high quality shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot"}, { name: "Maker Weekly", handle: "Lead Dev", testimonial: "The perfect blend of hardware accessibility and AI performance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", imageAlt: "ESP32-CAM module high quality shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot"}, { name: "IoT Insights", handle: "Researcher", testimonial: "Incredible accuracy despite minimal power consumption constraints.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg", imageAlt: "ESP32-CAM module high quality shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot"}, { name: "Global Tech", handle: "Architect", testimonial: "Paving the way for truly decentralized monitoring solutions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg", imageAlt: "ESP32-CAM module high quality shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot"}, { name: "Innovator", handle: "Founder", testimonial: "A masterclass in constrained device optimization.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "ESP32-CAM module high quality shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot"}, ]} buttons={[ { text: "Launch Live Monitor", href: "#monitor"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/view-round-modern-webcam-with-shadows-background_23-2150808004.jpg", alt: "Engineering lead profile"}, @@ -138,16 +138,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Sorting", name: "Industrial Sorting", price: "High Precision", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2"}, { id: "2", brand: "Security", name: "Smart Monitoring", price: "Zero Cloud", rating: 5, - reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg"}, + reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg?_wi=2"}, { id: "3", brand: "Nature", name: "Wildlife Tracking", price: "Low Energy", rating: 4, - reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg"}, + reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg?_wi=2"}, { id: "4", brand: "Agro", name: "Crop Scouting", price: "Real-time", rating: 5, - reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg"}, + reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2"}, { id: "5", brand: "Retail", name: "Traffic Counting", price: "Localized", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/focus-laptop-data-center-with-ai-brain-used-by-engineers-background_482257-115526.jpg"}, -- 2.49.1