Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 07:35:28 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -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}

View File

@@ -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",
},
},

View File

@@ -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",
},
]}