diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f431fc9..2f77799 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { description="From Vision to Global Leadership" subdescription="Building trust through reliability, quality, and innovation since 2008" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=3" imageAlt="ElectroGlobal team and operations" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2226aa3..6daa4c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function HomePage() { description="ElectroGlobal Leadership" subdescription="Connecting continents with premium electronics since 2008" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=1" imageAlt="Global distribution center" mediaAnimation="slide-up" useInvertedBackground={false} @@ -86,21 +86,21 @@ export default function HomePage() { id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=1", imageAlt: "Semiconductor components", }, { id: "2", name: "Display Technologies", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=1", imageAlt: "Display screens and monitors", }, { id: "3", name: "Power & Connectivity", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=1", imageAlt: "Power supplies and connectivity solutions", }, ]} @@ -183,11 +183,11 @@ export default function HomePage() { description: "Volume-based pricing structures designed for wholesale buyers seeking maximum margin while maintaining quality standards across all product categories.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=2", imageAlt: "Competitive pricing visualization", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=2", imageAlt: "Pricing structure showcase", }, }, @@ -197,11 +197,11 @@ export default function HomePage() { description: "Streamlined supply chain management with warehouses strategically located in major markets ensuring fast, reliable delivery to customers worldwide.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=2", imageAlt: "Global logistics network", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2", imageAlt: "Distribution center operations", }, }, diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b2e728b..82002b1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -50,28 +50,28 @@ export default function ProductsPage() { id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=3", imageAlt: "Semiconductor components", }, { id: "2", name: "Display Technologies", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=3", imageAlt: "Display screens and monitors", }, { id: "3", name: "Power & Connectivity", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=3", imageAlt: "Power supplies and connectivity solutions", }, { id: "4", name: "Audio & Acoustic Systems", price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=4", imageAlt: "Audio components and speakers", }, ]}