diff --git a/src/app/page.tsx b/src/app/page.tsx index e8edada..1a64685 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { role: "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", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { role: "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", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=1", imageAlt: "ESP32-CAM module high quality shot", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { role: "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", + 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", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { role: "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", + 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", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { role: "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", + 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", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { 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", @@ -205,7 +205,7 @@ export default function LandingPage() { price: "High Precision", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2", }, { id: "2", @@ -214,7 +214,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg?_wi=2", }, { id: "3", @@ -223,7 +223,7 @@ export default function LandingPage() { 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", + 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", @@ -232,7 +232,7 @@ export default function LandingPage() { price: "Real-time", rating: 5, reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2", }, { id: "5",