3 Commits

Author SHA1 Message Date
be8db616fa Merge version_3 into main
Merge version_3 into main
2026-03-03 08:00:45 +00:00
ed4596185a Update src/app/page.tsx 2026-03-03 08:00:39 +00:00
fefc855ad4 Merge version_2 into main
Merge version_2 into main
2026-03-03 07:48:03 +00:00

View File

@@ -43,7 +43,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="ElectroGlobal" logoText="ElectroGlobal"
description="Premium electronics wholesale connecting global markets. Trusted by enterprises across Middle East, Asia, Europe, and USA. Supply chain excellence with precision reliability." description="Accelerate global expansion with reliable electronics wholesale. Trusted by enterprises across Middle East, Asia, Europe, and USA for supply chain excellence and precision reliability."
buttons={[ buttons={[
{ text: "Explore Products", href: "products" }, { text: "Explore Products", href: "products" },
{ text: "Request Catalog", href: "contact" }, { text: "Request Catalog", href: "contact" },
@@ -82,12 +82,9 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ { id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=1", imageAlt: "Semiconductor components"},
id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", 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?_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?_wi=1", imageAlt: "Power supplies and connectivity solutions"},
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?_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?_wi=1", imageAlt: "Power supplies and connectivity solutions"},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "View Full Catalog", href: "products" }]} buttons={[{ text: "View Full Catalog", href: "products" }]}
@@ -103,20 +100,16 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ { id: "1", value: "4", title: "Continents Served", items: [
id: "1", value: "4", title: "Continents Served", items: [
"Middle East headquarters", "Asia Pacific distribution", "European logistics hub", "North American operations"], "Middle East headquarters", "Asia Pacific distribution", "European logistics hub", "North American operations"],
}, },
{ { id: "2", value: "50+", title: "Global Partners", items: [
id: "2", value: "50+", title: "Global Partners", items: [
"Premium manufacturers", "Certified distributors", "Enterprise clients", "Strategic partners"], "Premium manufacturers", "Certified distributors", "Enterprise clients", "Strategic partners"],
}, },
{ { id: "3", value: "15+", title: "Years Industry Leadership", items: [
id: "3", value: "15+", title: "Years Industry Leadership", items: [
"Established expertise", "Proven track record", "Trusted relationships", "Market knowledge"], "Established expertise", "Proven track record", "Trusted relationships", "Market knowledge"],
}, },
{ { id: "4", value: "24/7", title: "Customer Support", items: [
id: "4", value: "24/7", title: "Customer Support", items: [
"Multilingual team", "Quick response time", "Technical expertise", "Solution-focused"], "Multilingual team", "Quick response time", "Technical expertise", "Solution-focused"],
}, },
]} ]}