Merge version_1 into main #2
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "products",
|
||||
},
|
||||
name: "Catalog", id: "products"},
|
||||
{
|
||||
name: "Difference",
|
||||
id: "difference",
|
||||
},
|
||||
name: "Difference", id: "difference"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SigmaNet"
|
||||
/>
|
||||
@@ -56,13 +48,9 @@ export default function LandingPage() {
|
||||
description="The European Standard for High-Performance Connectivity. Engineered for enterprise reliability and compliance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Catalog", href: "#products"},
|
||||
{
|
||||
text: "Request B2B Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request B2B Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182572.jpg"
|
||||
imageAlt="fiber optic cable macro shot"
|
||||
@@ -77,30 +65,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "CPR Compliant",
|
||||
description: "Strict EU fire safety standards",
|
||||
},
|
||||
id: "m1", value: "CPR Compliant", description: "Strict EU fire safety standards"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fluke Tested",
|
||||
description: "100% precision verified",
|
||||
},
|
||||
id: "m2", value: "Fluke Tested", description: "100% precision verified"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "LSZH Jacket",
|
||||
description: "Low Smoke Zero Halogen safety",
|
||||
},
|
||||
id: "m3", value: "LSZH Jacket", description: "Low Smoke Zero Halogen safety"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Pure Copper",
|
||||
description: "No Copper Clad Aluminum",
|
||||
},
|
||||
id: "m4", value: "Pure Copper", description: "No Copper Clad Aluminum"},
|
||||
{
|
||||
id: "m5",
|
||||
value: "RoHS Certified",
|
||||
description: "Environmentally sustainable hardware",
|
||||
},
|
||||
id: "m5", value: "RoHS Certified", description: "Environmentally sustainable hardware"},
|
||||
]}
|
||||
title="Built for Compliance"
|
||||
description="Our hardware exceeds the highest European standards."
|
||||
@@ -115,47 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Cat6 Copper",
|
||||
price: "From €120",
|
||||
variant: "Bulk Spools",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-16937.jpg",
|
||||
},
|
||||
id: "p1", name: "Premium Cat6 Copper", price: "From €120", variant: "Bulk Spools", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-16937.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fiber Patch Cords",
|
||||
price: "From €85",
|
||||
variant: "Single/Multi Mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-data-center-maintaining-large-scale-ai-datasets_482257-124181.jpg",
|
||||
},
|
||||
id: "p2", name: "Fiber Patch Cords", price: "From €85", variant: "Single/Multi Mode", imageSrc: "http://img.b2bpic.net/free-photo/server-cabinets-data-center-maintaining-large-scale-ai-datasets_482257-124181.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "SFP Transceivers",
|
||||
price: "From €45",
|
||||
variant: "10G/40G/100G",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105460.jpg",
|
||||
},
|
||||
id: "p3", name: "SFP Transceivers", price: "From €45", variant: "10G/40G/100G", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105460.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cat7 Shielded",
|
||||
price: "From €180",
|
||||
variant: "High-Density",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480338-va8barkq.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", name: "Cat7 Shielded", price: "From €180", variant: "High-Density", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480338-va8barkq.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Rack Mount PDU",
|
||||
price: "From €250",
|
||||
variant: "Smart Power",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480338-j2clfl6w.jpg",
|
||||
},
|
||||
id: "p5", name: "Rack Mount PDU", price: "From €250", variant: "Smart Power", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480338-j2clfl6w.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fiber Enclosures",
|
||||
price: "From €320",
|
||||
variant: "Modular",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480339-1kx9gzva.png",
|
||||
},
|
||||
id: "p6", name: "Fiber Enclosures", price: "From €320", variant: "Modular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480339-1kx9gzva.png"},
|
||||
]}
|
||||
title="Core Hardware Verticals"
|
||||
description="Enterprise-grade solutions for every network demand."
|
||||
@@ -169,28 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Guaranteed Compatibility",
|
||||
description: "Full interoperability with Cisco, HP, and Juniper gear.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-technician-wearing-protection-glasses-gloves-while-checking-damaged-microprocessor-chip-computer_662251-142.jpg",
|
||||
},
|
||||
title: "Guaranteed Compatibility", description: "Full interoperability with Cisco, HP, and Juniper gear.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-technician-wearing-protection-glasses-gloves-while-checking-damaged-microprocessor-chip-computer_662251-142.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "100% Pure Bare Copper",
|
||||
},
|
||||
text: "100% Pure Bare Copper"},
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Rapid EU Logistics",
|
||||
},
|
||||
text: "Rapid EU Logistics"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Industry Leading Compliance",
|
||||
},
|
||||
text: "Industry Leading Compliance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9W7o7z1c3CHIonIqisbErsj0/uploaded-1777928480338-va8barkq.jpg?_wi=2",
|
||||
imageAlt: "professional engineering blueprints",
|
||||
},
|
||||
]}
|
||||
title="The SigmaNet Difference"
|
||||
@@ -202,8 +137,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Ready for Enterprise Bulk?"
|
||||
description="Contact our B2B team for dedicated OEM solutions and custom account pricing."
|
||||
buttonText="Get a Quote"
|
||||
@@ -216,50 +150,31 @@ export default function LandingPage() {
|
||||
logoText="SigmaNet"
|
||||
columns={[
|
||||
{
|
||||
title: "Connectivity",
|
||||
items: [
|
||||
title: "Connectivity", items: [
|
||||
{
|
||||
label: "Cat6 Copper",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cat6 Copper", href: "#"},
|
||||
{
|
||||
label: "Fiber Optics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fiber Optics", href: "#"},
|
||||
{
|
||||
label: "SFP Modules",
|
||||
href: "#",
|
||||
},
|
||||
label: "SFP Modules", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Compliance Documents",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance Documents", href: "#"},
|
||||
{
|
||||
label: "B2B OEM Portal",
|
||||
href: "#",
|
||||
},
|
||||
label: "B2B OEM Portal", href: "#"},
|
||||
{
|
||||
label: "Logistics Inquiry",
|
||||
href: "#",
|
||||
},
|
||||
label: "Logistics Inquiry", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user