From 79f63b061b815f19b0277dff535e6c283277aa4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 03:30:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f54218f..18d1310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,27 +111,27 @@ export default function LandingPage() { title: "Wind Pattern Mapping", description: "High-fidelity mapping of wind vectors and speed.", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-night-weather-icons-crescent-stars_107791-17714.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-night-weather-icons-crescent-stars_107791-17714.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-night-weather-icons-crescent-stars_107791-17714.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-night-weather-icons-crescent-stars_107791-17714.jpg?_wi=2"}, ], }, { title: "Advanced Radar Insights", description: "Real-time precipitation monitoring with high precision.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/water-anime-style_23-2151080267.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/water-anime-style_23-2151080267.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/water-anime-style_23-2151080267.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/water-anime-style_23-2151080267.jpg?_wi=2"}, ], }, { title: "Urban Thermal Analysis", description: "Predict city temperature variance with AI forecasting.", icon: Gauge, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170118.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170118.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170118.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170118.jpg?_wi=2"}, ], }, ]} @@ -147,11 +147,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "99.9%", title: "Data Accuracy", description: "Average forecast precision.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg"}, + id: "1", value: "99.9%", title: "Data Accuracy", description: "Average forecast precision.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg?_wi=1"}, { - id: "2", value: "50+", title: "Global Stations", description: "Data collection network.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg"}, + id: "2", value: "50+", title: "Global Stations", description: "Data collection network.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg?_wi=2"}, { - id: "3", value: "24/7", title: "Monitoring", description: "Continuous coverage.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg"}, + id: "3", value: "24/7", title: "Monitoring", description: "Continuous coverage.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372429.jpg?_wi=3"}, ]} title="Performance at a Glance" description="Trusted by industry leaders worldwide." -- 2.49.1