From affbe3089cd6a64ad4487385e0fd386f53ac82e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:55:50 +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 7c05c9a..61cd535 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -139,28 +139,28 @@ export default function LandingPage() { name: "Neodymium Magnets", price: "High Purity", variant: "Rare Earth", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-bottle_23-2151048106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-bottle_23-2151048106.jpg?_wi=1", }, { id: "p2", name: "High-Efficiency Solar Nodes", price: "Energy", variant: "Sustainable", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg?_wi=1", }, { id: "p3", name: "Turbine Blade Composites", price: "Energy", variant: "Energy", - imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-generating-clean-energy-bright-day_23-2151993636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-generating-clean-energy-bright-day_23-2151993636.jpg?_wi=1", }, { id: "p4", name: "Specialized Alloy Mixes", price: "Industrial", variant: "Rare Earth", - imageSrc: "http://img.b2bpic.net/free-photo/building-structure_1127-2019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-structure_1127-2019.jpg?_wi=1", }, { id: "p5", @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The platform provided unparalleled access to rare earth materials.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg?_wi=2", imageAlt: "business professional portrait", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Reliability and transparency define this platform's approach.", tag: "Engineering", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-bottle_23-2151048106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-bottle_23-2151048106.jpg?_wi=2", imageAlt: "business professional portrait", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Simplifies our entire acquisition flow across the continent.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-serious-businessman-pointing-head_1262-2397.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg?_wi=2", imageAlt: "business professional portrait", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "Precision and speed that match our high industrial demands.", tag: "Science", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-generating-clean-energy-bright-day_23-2151993636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-generating-clean-energy-bright-day_23-2151993636.jpg?_wi=2", imageAlt: "business professional portrait", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "A must-have for any energy firm operating within the EU.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/building-structure_1127-2019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-structure_1127-2019.jpg?_wi=2", imageAlt: "business professional portrait", }, ]} -- 2.49.1