Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be8db616fa | |||
| ed4596185a | |||
| fefc855ad4 | |||
| 43db54f33c | |||
| 0213513b9c | |||
| eae50471c5 |
@@ -5,30 +5,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ElectroGlobal | Premium Wholesale Electronics",
|
||||
description: "Global electronics wholesale distributor serving Middle East, Asia, Europe, and USA. Premium semiconductors, displays, and power solutions for enterprise buyers.",
|
||||
keywords: "electronics wholesale, distributor, semiconductors, semiconductors wholesale, electronics distributor, global electronics",
|
||||
metadataBase: new URL("https://electroglobal.com"),
|
||||
title: "ElectroGlobal | Premium Wholesale Electronics", description: "Global electronics wholesale distributor serving Middle East, Asia, Europe, and USA. Premium semiconductors, displays, and power solutions for enterprise buyers.", keywords: "electronics wholesale, distributor, semiconductors, semiconductors wholesale, electronics distributor, global electronics", metadataBase: new URL("https://electroglobal.com"),
|
||||
alternates: {
|
||||
canonical: "https://electroglobal.com",
|
||||
},
|
||||
canonical: "https://electroglobal.com"},
|
||||
openGraph: {
|
||||
title: "ElectroGlobal | Wholesale Electronics",
|
||||
description: "Premium electronics wholesale connecting global markets with competitive pricing and reliable logistics.",
|
||||
url: "https://electroglobal.com",
|
||||
siteName: "ElectroGlobal",
|
||||
type: "website",
|
||||
},
|
||||
title: "ElectroGlobal | Wholesale Electronics", description: "Premium electronics wholesale connecting global markets with competitive pricing and reliable logistics.", url: "https://electroglobal.com", siteName: "ElectroGlobal", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ElectroGlobal | Wholesale Electronics",
|
||||
description: "Global electronics wholesale distributor serving 4 continents with premium products.",
|
||||
},
|
||||
card: "summary_large_image", title: "ElectroGlobal | Wholesale Electronics", description: "Global electronics wholesale distributor serving 4 continents with premium products."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1419,4 +1406,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
123
src/app/page.tsx
123
src/app/page.tsx
@@ -43,7 +43,7 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
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={[
|
||||
{ text: "Explore Products", href: "products" },
|
||||
{ text: "Request Catalog", href: "contact" },
|
||||
@@ -82,27 +82,9 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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: "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"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Full Catalog", href: "products" }]}
|
||||
@@ -118,49 +100,17 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4",
|
||||
title: "Continents Served",
|
||||
items: [
|
||||
"Middle East headquarters",
|
||||
"Asia Pacific distribution",
|
||||
"European logistics hub",
|
||||
"North American operations",
|
||||
],
|
||||
{ id: "1", value: "4", title: "Continents Served", items: [
|
||||
"Middle East headquarters", "Asia Pacific distribution", "European logistics hub", "North American operations"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "50+",
|
||||
title: "Global Partners",
|
||||
items: [
|
||||
"Premium manufacturers",
|
||||
"Certified distributors",
|
||||
"Enterprise clients",
|
||||
"Strategic partners",
|
||||
],
|
||||
{ id: "2", value: "50+", title: "Global Partners", items: [
|
||||
"Premium manufacturers", "Certified distributors", "Enterprise clients", "Strategic partners"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
title: "Years Industry Leadership",
|
||||
items: [
|
||||
"Established expertise",
|
||||
"Proven track record",
|
||||
"Trusted relationships",
|
||||
"Market knowledge",
|
||||
],
|
||||
{ id: "3", value: "15+", title: "Years Industry Leadership", items: [
|
||||
"Established expertise", "Proven track record", "Trusted relationships", "Market knowledge"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Customer Support",
|
||||
items: [
|
||||
"Multilingual team",
|
||||
"Quick response time",
|
||||
"Technical expertise",
|
||||
"Solution-focused",
|
||||
],
|
||||
{ id: "4", value: "24/7", title: "Customer Support", items: [
|
||||
"Multilingual team", "Quick response time", "Technical expertise", "Solution-focused"],
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -179,31 +129,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Competitive Wholesale Pricing",
|
||||
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?_wi=2",
|
||||
imageAlt: "Competitive pricing visualization",
|
||||
},
|
||||
title: "Competitive Wholesale Pricing", description:
|
||||
"Reliably maximize margins by 25-35% with our volume-based pricing structures designed for wholesale buyers seeking competitive advantage while maintaining quality standards across all product categories.", phoneOne: {
|
||||
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?_wi=2",
|
||||
imageAlt: "Pricing structure showcase",
|
||||
},
|
||||
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"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Reliable Global Logistics",
|
||||
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?_wi=2",
|
||||
imageAlt: "Global logistics network",
|
||||
},
|
||||
title: "Reliable Global Logistics", description:
|
||||
"Cut procurement time by 40% with streamlined supply chain management and 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?_wi=2", imageAlt: "Global logistics network"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2",
|
||||
imageAlt: "Distribution center operations",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2", imageAlt: "Distribution center operations"},
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -221,15 +159,7 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
speed={40}
|
||||
names={[
|
||||
"Samsung Electronics",
|
||||
"LG Electronics",
|
||||
"Sony Corporation",
|
||||
"Qualcomm Inc.",
|
||||
"Intel Corporation",
|
||||
"MediaTek",
|
||||
"Broadcom Inc.",
|
||||
"Marvell Technology",
|
||||
]}
|
||||
"Samsung Electronics", "LG Electronics", "Sony Corporation", "Qualcomm Inc.", "Intel Corporation", "MediaTek", "Broadcom Inc.", "Marvell Technology"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,8 +167,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Global Markets", href: "markets" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -246,8 +175,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Product Catalog", href: "products" },
|
||||
{ label: "Semiconductors", href: "#" },
|
||||
{ label: "Displays", href: "#" },
|
||||
@@ -255,8 +183,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Technical Support", href: "#" },
|
||||
@@ -269,4 +196,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user