Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-07 21:34:11 +00:00
4 changed files with 171 additions and 477 deletions

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Manufacturing", href: "#" },
{ label: "Healthcare", href: "#" },
{ label: "Transportation", href: "#" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Case Studies", href: "/#casestudies" },
{ label: "Blog", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Contact Support", href: "/contact" },
@@ -53,7 +50,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -74,7 +71,7 @@ export default function ContactPage() {
{ text: "Email Us", href: "mailto:sales@5gnetworks.com" },
{ text: "Schedule Call", href: "#" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -91,65 +88,35 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "1",
title: "What is a neutral host 5G network?",
content:
"A neutral host network is shared infrastructure that can support multiple mobile network operators (MNOs) simultaneously. Your organization owns and operates the infrastructure independently, avoiding vendor lock-in while creating revenue opportunities through operator partnerships.",
},
id: "1", title: "What is a neutral host 5G network?", content:
"A neutral host network is shared infrastructure that can support multiple mobile network operators (MNOs) simultaneously. Your organization owns and operates the infrastructure independently, avoiding vendor lock-in while creating revenue opportunities through operator partnerships."},
{
id: "2",
title: "How quickly can we deploy?",
content:
"Our turnkey approach typically enables go-live within 8-16 weeks depending on site complexity and regulatory requirements. This includes site survey, infrastructure design, deployment, and optimization.",
},
id: "2", title: "How quickly can we deploy?", content:
"Our turnkey approach typically enables go-live within 8-16 weeks depending on site complexity and regulatory requirements. This includes site survey, infrastructure design, deployment, and optimization."},
{
id: "3",
title: "What's the coverage in our facility?",
content:
"We conduct comprehensive site surveys to map coverage requirements. Our RAN planning ensures 99.5%+ in-building coverage for manufacturing plants, hospitals, transit hubs, and commercial venues using optimal antenna placement and edge computing integration.",
},
id: "3", title: "What's the coverage in our facility?", content:
"We conduct comprehensive site surveys to map coverage requirements. Our RAN planning ensures 99.5%+ in-building coverage for manufacturing plants, hospitals, transit hubs, and commercial venues using optimal antenna placement and edge computing integration."},
{
id: "4",
title: "Can we support multiple operators?",
content:
"Yes—our neutral host architecture supports 2-6+ MNOs on shared infrastructure with transparent traffic management, billing, and revenue sharing. This creates competitive choice for users while simplifying your operational burden.",
},
id: "4", title: "Can we support multiple operators?", content:
"Yes—our neutral host architecture supports 2-6+ MNOs on shared infrastructure with transparent traffic management, billing, and revenue sharing. This creates competitive choice for users while simplifying your operational burden."},
{
id: "5",
title: "What about security and compliance?",
content:
"We implement enterprise-grade security including end-to-end encryption, ORAN-ready architecture, and compliance with IEC 62645, NIST cybersecurity framework, and critical infrastructure standards. 24/7 monitoring and threat response included.",
},
id: "5", title: "What about security and compliance?", content:
"We implement enterprise-grade security including end-to-end encryption, ORAN-ready architecture, and compliance with IEC 62645, NIST cybersecurity framework, and critical infrastructure standards. 24/7 monitoring and threat response included."},
{
id: "6",
title: "What SLAs do you offer?",
content:
"Standard deployments include 99.9% uptime SLA. Mission-critical sites (manufacturing, hospitals, emergency services) can upgrade to 99.99% uptime guarantee with redundant equipment and failover systems.",
},
id: "6", title: "What SLAs do you offer?", content:
"Standard deployments include 99.9% uptime SLA. Mission-critical sites (manufacturing, hospitals, emergency services) can upgrade to 99.99% uptime guarantee with redundant equipment and failover systems."},
{
id: "7",
title: "How do we manage the network?",
content:
"Comprehensive managed service includes 24/7 monitoring, proactive maintenance, performance optimization, traffic management, and vendor coordination. Full dashboard visibility with AI-driven anomaly detection.",
},
id: "7", title: "How do we manage the network?", content:
"Comprehensive managed service includes 24/7 monitoring, proactive maintenance, performance optimization, traffic management, and vendor coordination. Full dashboard visibility with AI-driven anomaly detection."},
{
id: "8",
title: "What is the typical cost?",
content:
"Pricing depends on coverage area, capacity requirements, and service tiers. We provide transparent quotes based on your specific needs. Most deployments see ROI within 18-36 months through operational efficiency and revenue generation.",
},
id: "8", title: "What is the typical cost?", content:
"Pricing depends on coverage area, capacity requirements, and service tiers. We provide transparent quotes based on your specific needs. Most deployments see ROI within 18-36 months through operational efficiency and revenue generation."},
{
id: "9",
title: "Can we integrate with IoT systems?",
content:
"Absolutely. Our network supports dedicated IoT slices with optimized QoS for sensors, monitoring devices, and industrial IoT systems. Edge computing integration enables real-time processing and reduced latency.",
},
id: "9", title: "Can we integrate with IoT systems?", content:
"Absolutely. Our network supports dedicated IoT slices with optimized QoS for sensors, monitoring devices, and industrial IoT systems. Edge computing integration enables real-time processing and reduced latency."},
{
id: "10",
title: "What about future upgrades?",
content:
"Our cloud-native, modular architecture supports seamless upgrades from 5G to 6G standards. Soft upgrade paths preserve your infrastructure investment while staying at technology cutting-edge.",
},
id: "10", title: "What about future upgrades?", content:
"Our cloud-native, modular architecture supports seamless upgrades from 5G to 6G standards. Soft upgrade paths preserve your infrastructure investment while staying at technology cutting-edge."},
]}
/>
</div>

View File

@@ -38,8 +38,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Manufacturing", href: "#" },
{ label: "Healthcare", href: "#" },
{ label: "Transportation", href: "#" },
@@ -47,8 +46,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/contact" },
{ label: "Case Studies", href: "#casestudies" },
{ label: "Blog", href: "#" },
@@ -56,8 +54,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Contact Support", href: "/contact" },
@@ -73,7 +70,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -90,7 +87,7 @@ export default function HomePage() {
title="Enterprise 5G Private Networks for Mission-Critical Infrastructure"
description="Deliver complete turnkey 5G private network solutions with neutral hosting flexibility. Built for manufacturing, transportation, healthcare, and smart cities requiring mission-critical reliability."
tag="Trusted by Enterprise"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-5g-private-network-infrastructu-1772919031454-387846af.png"
imageAlt="5G private network infrastructure visualization"
imagePosition="right"
@@ -98,32 +95,20 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
name: "Marco Rossi",
handle: "Operations Director, Siemens Manufacturing",
testimonial:
"Transformed our plant operations with seamless 5G connectivity. The neutral hosting model gave us the flexibility we needed without vendor lock-in.",
rating: 5,
name: "Marco Rossi", handle: "Operations Director, Siemens Manufacturing", testimonial:
"Transformed our plant operations with seamless 5G connectivity. The neutral hosting model gave us the flexibility we needed without vendor lock-in.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-manufacturi-1772919031075-4ec28dc2.png",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-manufacturi-1772919031075-4ec28dc2.png"},
{
name: "Elena Schmidt",
handle: "Smart City Coordinator, Munich Municipality",
testimonial:
"Finally a 5G partner that understands public sector requirements. Their turnkey solution deployment was flawless.",
rating: 5,
name: "Elena Schmidt", handle: "Smart City Coordinator, Munich Municipality", testimonial:
"Finally a 5G partner that understands public sector requirements. Their turnkey solution deployment was flawless.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png"},
{
name: "David Chen",
handle: "CRE Director, European Properties Group",
testimonial:
"Our office buildings are now competitive with built-in 5G infrastructure. Tenant satisfaction increased dramatically.",
rating: 5,
name: "David Chen", handle: "CRE Director, European Properties Group", testimonial:
"Our office buildings are now competitive with built-in 5G infrastructure. Tenant satisfaction increased dramatically.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png"},
]}
buttons={[
{ text: "Request Demo", href: "/contact" },
@@ -147,7 +132,7 @@ export default function HomePage() {
title="End-to-End 5G Private Network Solutions"
description="We deliver comprehensive, turnkey 5G private network infrastructure designed for municipalities, landlords, MNOs, and real estate owners. Our neutral hosting model ensures flexibility and independence."
tag="Our Approach"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-technical-architecture-diagram-illustr-1772919032210-59056da5.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-technical-architecture-diagram-illustr-1772919032210-59056da5.png"
imageAlt="Neutral host 5G network architecture"
imagePosition="left"
textboxLayout="default"
@@ -155,28 +140,20 @@ export default function HomePage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Neutral Hosting Model",
description:
"Deploy independent, MNO-agnostic infrastructure that creates revenue opportunities and avoids vendor lock-in.",
icon: Shield,
title: "Neutral Hosting Model", description:
"Deploy independent, MNO-agnostic infrastructure that creates revenue opportunities and avoids vendor lock-in.", icon: Shield,
},
{
title: "Mission-Critical Reliability",
description:
"99.99% uptime SLA with redundancy for manufacturing plants, hospitals, train stations, and emergency services.",
icon: Zap,
title: "Mission-Critical Reliability", description:
"99.99% uptime SLA with redundancy for manufacturing plants, hospitals, train stations, and emergency services.", icon: Zap,
},
{
title: "Turnkey Deployment",
description:
"From site survey to go-live to ongoing optimization—we handle everything. Deploy in weeks, not months.",
icon: CheckCircle,
title: "Turnkey Deployment", description:
"From site survey to go-live to ongoing optimization—we handle everything. Deploy in weeks, not months.", icon: CheckCircle,
},
{
title: "Full Lifecycle Management",
description:
"Comprehensive support including maintenance, optimization, traffic management, and 24/7 monitoring.",
icon: Wrench,
title: "Full Lifecycle Management", description:
"Comprehensive support including maintenance, optimization, traffic management, and 24/7 monitoring.", icon: Wrench,
},
]}
buttons={[{ text: "Learn More", href: "#solutions" }]}
@@ -195,40 +172,28 @@ export default function HomePage() {
features={[
{
icon: Activity,
title: "Real-Time Network Monitoring",
description:
"24/7 dashboard visibility into network performance, coverage, and traffic patterns with AI-driven anomaly detection.",
},
title: "Real-Time Network Monitoring", description:
"24/7 dashboard visibility into network performance, coverage, and traffic patterns with AI-driven anomaly detection."},
{
icon: Lock,
title: "Enterprise-Grade Security",
description:
"End-to-end encryption, ORAN-ready architecture, and compliance with critical infrastructure standards (IEC 62645, etc).",
},
title: "Enterprise-Grade Security", description:
"End-to-end encryption, ORAN-ready architecture, and compliance with critical infrastructure standards (IEC 62645, etc)."},
{
icon: Layers,
title: "Network Slicing & QoS",
description:
"Dedicated service tiers for emergency response, IoT, and voice ensuring optimal performance for each use case.",
},
title: "Network Slicing & QoS", description:
"Dedicated service tiers for emergency response, IoT, and voice ensuring optimal performance for each use case."},
{
icon: Wifi,
title: "Seamless Coverage",
description:
"Comprehensive indoor and outdoor coverage optimized for factories, campuses, and public venues with edge computing integration.",
},
title: "Seamless Coverage", description:
"Comprehensive indoor and outdoor coverage optimized for factories, campuses, and public venues with edge computing integration."},
{
icon: Globe,
title: "Multi-Operator Flexibility",
description:
"Support multiple MNOs on shared infrastructure with transparent billing, traffic management, and revenue sharing.",
},
title: "Multi-Operator Flexibility", description:
"Support multiple MNOs on shared infrastructure with transparent billing, traffic management, and revenue sharing."},
{
icon: TrendingUp,
title: "Scalable Architecture",
description:
"Grow from single location to enterprise-wide deployments with cloud-native, modular infrastructure.",
},
title: "Scalable Architecture", description:
"Grow from single location to enterprise-wide deployments with cloud-native, modular infrastructure."},
]}
/>
</div>
@@ -246,38 +211,17 @@ export default function HomePage() {
carouselMode="auto"
products={[
{
id: "1",
brand: "Smart Manufacturing",
name: "Connected Factory Operations",
price: "Robotics & Automation",
rating: 5,
reviewCount: "2.4k+",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/an-industrial-manufacturing-plant-floor--1772919031736-81adb84e.png?_wi=1",
imageAlt: "Manufacturing plant with 5G deployment",
},
id: "1", brand: "Smart Manufacturing", name: "Connected Factory Operations", price: "Robotics & Automation", rating: 5,
reviewCount: "2.4k+", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/an-industrial-manufacturing-plant-floor--1772919031736-81adb84e.png", imageAlt: "Manufacturing plant with 5G deployment"},
{
id: "2",
brand: "Healthcare & Emergency",
name: "Hospital & Venue Connectivity",
price: "Patient Care Networks",
rating: 5,
reviewCount: "1.8k+",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png?_wi=1",
imageAlt: "Hospital with 5G network infrastructure",
},
id: "2", brand: "Healthcare & Emergency", name: "Hospital & Venue Connectivity", price: "Patient Care Networks", rating: 5,
reviewCount: "1.8k+", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png", imageAlt: "Hospital with 5G network infrastructure"},
{
id: "3",
brand: "Transportation & Logistics",
name: "Railway & Transit Hub Systems",
price: "Real-Time Fleet Tracking",
rating: 5,
reviewCount: "1.6k+",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-train-station-with-comprehensiv-1772919033008-86e62354.png?_wi=1",
imageAlt: "Train station with 5G connectivity",
},
id: "3", brand: "Transportation & Logistics", name: "Railway & Transit Hub Systems", price: "Real-Time Fleet Tracking", rating: 5,
reviewCount: "1.6k+", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-train-station-with-comprehensiv-1772919033008-86e62354.png", imageAlt: "Train station with 5G connectivity"},
]}
/>
</div>
@@ -295,59 +239,29 @@ export default function HomePage() {
uniformGridCustomHeightClasses="min-h-100 2xl:min-h-110"
plans={[
{
id: "starter",
price: "Custom",
name: "Single Site Deployment",
buttons: [
id: "starter", price: "Custom", name: "Single Site Deployment", buttons: [
{ text: "Request Quote", href: "/contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Up to 10 hectares coverage",
"Single operator support",
"Basic monitoring dashboard",
"Standard SLA (99.9%)",
"Included deployment support",
],
"Up to 10 hectares coverage", "Single operator support", "Basic monitoring dashboard", "Standard SLA (99.9%)", "Included deployment support"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Star,
price: "Custom",
name: "Multi-Site Campus",
buttons: [
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "Custom", name: "Multi-Site Campus", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"Up to 100 hectares coverage",
"Multi-operator support (2-3 MNOs)",
"Advanced analytics dashboard",
"Mission-critical SLA (99.99%)",
"24/7 managed support",
"Network slicing & QoS",
"Edge computing integration",
],
"Up to 100 hectares coverage", "Multi-operator support (2-3 MNOs)", "Advanced analytics dashboard", "Mission-critical SLA (99.99%)", "24/7 managed support", "Network slicing & QoS", "Edge computing integration"],
},
{
id: "enterprise",
price: "Custom",
name: "Enterprise Regional",
buttons: [
id: "enterprise", price: "Custom", name: "Enterprise Regional", buttons: [
{ text: "Contact Sales", href: "/contact" },
{ text: "View Case Study", href: "#" },
],
features: [
"Unlimited coverage area",
"Unrestricted operator support",
"Custom analytics & reporting",
"99.999% uptime guarantee",
"Dedicated support team",
"White-label options",
"Revenue sharing models",
"ORAN-ready architecture",
],
"Unlimited coverage area", "Unrestricted operator support", "Custom analytics & reporting", "99.999% uptime guarantee", "Dedicated support team", "White-label options", "Revenue sharing models", "ORAN-ready architecture"],
},
]}
/>
@@ -363,83 +277,35 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Automotive Manufacturing Excellence, Central Europe",
date: "Date: Q4 2024",
title: "90% Efficiency Gain in Connected Logistics",
quote:
"Deployment of the neutral host 5G network increased predictive maintenance accuracy by 87% and reduced equipment downtime by 90%. ROI achieved within 18 months through operational efficiency gains.",
tag: "Automotive Industry",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-manufacturi-1772919031075-4ec28dc2.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-automotive-manufacturing-facili-1772919032598-07e47e95.png",
},
id: "1", name: "Automotive Manufacturing Excellence, Central Europe", date: "Date: Q4 2024", title: "90% Efficiency Gain in Connected Logistics", quote:
"Deployment of the neutral host 5G network increased predictive maintenance accuracy by 87% and reduced equipment downtime by 90%. ROI achieved within 18 months through operational efficiency gains.", tag: "Automotive Industry", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-manufacturi-1772919031075-4ec28dc2.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-automotive-manufacturing-facili-1772919032598-07e47e95.png"},
{
id: "2",
name: "European Transit Authority",
date: "Date: Q3 2024",
title: "Real-Time Fleet Operations Across 12 Transit Hubs",
quote:
"End-to-end 5G private network deployment for 12 transit hubs enabled real-time passenger information systems, predictive maintenance for fleet vehicles, and seamless emergency communications.",
tag: "Transportation",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-transportation-hub-or-logistics-center-1772919032036-962d2075.png",
},
id: "2", name: "European Transit Authority", date: "Date: Q3 2024", title: "Real-Time Fleet Operations Across 12 Transit Hubs", quote:
"End-to-end 5G private network deployment for 12 transit hubs enabled real-time passenger information systems, predictive maintenance for fleet vehicles, and seamless emergency communications.", tag: "Transportation", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-transportation-hub-or-logistics-center-1772919032036-962d2075.png"},
{
id: "3",
name: "Municipal Smart City Initiative",
date: "Date: Q2 2024",
title: "City-Wide Infrastructure Coordination Platform",
quote:
"Neutral hosting model enabled the municipality to deploy city-wide infrastructure while maintaining independence from commercial MNOs. Now supporting emergency services, traffic management, and public safety coordination.",
tag: "Smart Cities",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-city-skyline-or-downtown-area-s-1772919032712-20919eea.png?_wi=1",
},
id: "3", name: "Municipal Smart City Initiative", date: "Date: Q2 2024", title: "City-Wide Infrastructure Coordination Platform", quote:
"Neutral hosting model enabled the municipality to deploy city-wide infrastructure while maintaining independence from commercial MNOs. Now supporting emergency services, traffic management, and public safety coordination.", tag: "Smart Cities", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-city-offici-1772919031543-6b8c4e3c.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-city-skyline-or-downtown-area-s-1772919032712-20919eea.png"},
{
id: "4",
name: "Healthcare Network Consolidation",
date: "Date: Q1 2024",
title: "Enterprise Hospital Network with 5G Backbone",
quote:
"Multi-site hospital network now connected via enterprise 5G backbone enabling telemedicine, remote patient monitoring, and unified emergency response coordination across 8 facilities.",
tag: "Healthcare",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png?_wi=2",
},
id: "4", name: "Healthcare Network Consolidation", date: "Date: Q1 2024", title: "Enterprise Hospital Network with 5G Backbone", quote:
"Multi-site hospital network now connected via enterprise 5G backbone enabling telemedicine, remote patient monitoring, and unified emergency response coordination across 8 facilities.", tag: "Healthcare", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png"},
{
id: "5",
name: "Commercial Real Estate Innovation",
date: "Date: Q4 2023",
title: "Premium Tenant Amenity & Revenue Stream",
quote:
"Integration of 5G private network as premium tenant amenity increased occupancy rates by 23% and created new B2B revenue stream through carrier partnerships on neutral host model.",
tag: "Real Estate",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-premium-office-building-or-commercial--1772919032626-05fababa.png",
},
id: "5", name: "Commercial Real Estate Innovation", date: "Date: Q4 2023", title: "Premium Tenant Amenity & Revenue Stream", quote:
"Integration of 5G private network as premium tenant amenity increased occupancy rates by 23% and created new B2B revenue stream through carrier partnerships on neutral host model.", tag: "Real Estate", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-real-estate-1772919030900-55ab80d0.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-premium-office-building-or-commercial--1772919032626-05fababa.png"},
{
id: "6",
name: "MNO Infrastructure Expansion",
date: "Date: Q3 2023",
title: "Accelerated Coverage in Under-Served Regions",
quote:
"Leveraging neutral host infrastructure enabled rapid expansion into 45 new municipalities within 6 months. Reduced deployment time by 70% compared to traditional approach.",
tag: "Mobile Operators",
avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-telecom-net-1772919031495-c22e377d.png",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-city-skyline-or-downtown-area-s-1772919032712-20919eea.png?_wi=2",
},
id: "6", name: "MNO Infrastructure Expansion", date: "Date: Q3 2023", title: "Accelerated Coverage in Under-Served Regions", quote:
"Leveraging neutral host infrastructure enabled rapid expansion into 45 new municipalities within 6 months. Reduced deployment time by 70% compared to traditional approach.", tag: "Mobile Operators", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-professional-headshot-of-a-telecom-net-1772919031495-c22e377d.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-city-skyline-or-downtown-area-s-1772919032712-20919eea.png"},
]}
/>
</div>
@@ -454,37 +320,21 @@ export default function HomePage() {
useInvertedBackground={false}
logos={[
{
src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg",
alt: "Vodafone",
},
src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", alt: "Vodafone"},
{
src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg",
alt: "Deutsche Telekom",
},
src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", alt: "Deutsche Telekom"},
{
src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg",
alt: "Orange",
},
src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", alt: "Orange"},
{
src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg",
alt: "Nokia",
},
src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", alt: "Nokia"},
{
src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg",
alt: "Ericsson",
},
src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", alt: "Ericsson"},
{
src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg",
alt: "Cisco",
},
src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", alt: "Cisco"},
{
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg",
alt: "Microsoft",
},
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", alt: "Microsoft"},
{
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg",
alt: "Amazon Web Services",
},
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg", alt: "Amazon Web Services"},
]}
speed={40}
showCard={true}
@@ -503,65 +353,35 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "1",
title: "What is a neutral host 5G network?",
content:
"A neutral host network is shared infrastructure that can support multiple mobile network operators (MNOs) simultaneously. Your organization owns and operates the infrastructure independently, avoiding vendor lock-in while creating revenue opportunities through operator partnerships.",
},
id: "1", title: "What is a neutral host 5G network?", content:
"A neutral host network is shared infrastructure that can support multiple mobile network operators (MNOs) simultaneously. Your organization owns and operates the infrastructure independently, avoiding vendor lock-in while creating revenue opportunities through operator partnerships."},
{
id: "2",
title: "How quickly can we deploy?",
content:
"Our turnkey approach typically enables go-live within 8-16 weeks depending on site complexity and regulatory requirements. This includes site survey, infrastructure design, deployment, and optimization.",
},
id: "2", title: "How quickly can we deploy?", content:
"Our turnkey approach typically enables go-live within 8-16 weeks depending on site complexity and regulatory requirements. This includes site survey, infrastructure design, deployment, and optimization."},
{
id: "3",
title: "What's the coverage in our facility?",
content:
"We conduct comprehensive site surveys to map coverage requirements. Our RAN planning ensures 99.5%+ in-building coverage for manufacturing plants, hospitals, transit hubs, and commercial venues using optimal antenna placement and edge computing integration.",
},
id: "3", title: "What's the coverage in our facility?", content:
"We conduct comprehensive site surveys to map coverage requirements. Our RAN planning ensures 99.5%+ in-building coverage for manufacturing plants, hospitals, transit hubs, and commercial venues using optimal antenna placement and edge computing integration."},
{
id: "4",
title: "Can we support multiple operators?",
content:
"Yes—our neutral host architecture supports 2-6+ MNOs on shared infrastructure with transparent traffic management, billing, and revenue sharing. This creates competitive choice for users while simplifying your operational burden.",
},
id: "4", title: "Can we support multiple operators?", content:
"Yes—our neutral host architecture supports 2-6+ MNOs on shared infrastructure with transparent traffic management, billing, and revenue sharing. This creates competitive choice for users while simplifying your operational burden."},
{
id: "5",
title: "What about security and compliance?",
content:
"We implement enterprise-grade security including end-to-end encryption, ORAN-ready architecture, and compliance with IEC 62645, NIST cybersecurity framework, and critical infrastructure standards. 24/7 monitoring and threat response included.",
},
id: "5", title: "What about security and compliance?", content:
"We implement enterprise-grade security including end-to-end encryption, ORAN-ready architecture, and compliance with IEC 62645, NIST cybersecurity framework, and critical infrastructure standards. 24/7 monitoring and threat response included."},
{
id: "6",
title: "What SLAs do you offer?",
content:
"Standard deployments include 99.9% uptime SLA. Mission-critical sites (manufacturing, hospitals, emergency services) can upgrade to 99.99% uptime guarantee with redundant equipment and failover systems.",
},
id: "6", title: "What SLAs do you offer?", content:
"Standard deployments include 99.9% uptime SLA. Mission-critical sites (manufacturing, hospitals, emergency services) can upgrade to 99.99% uptime guarantee with redundant equipment and failover systems."},
{
id: "7",
title: "How do we manage the network?",
content:
"Comprehensive managed service includes 24/7 monitoring, proactive maintenance, performance optimization, traffic management, and vendor coordination. Full dashboard visibility with AI-driven anomaly detection.",
},
id: "7", title: "How do we manage the network?", content:
"Comprehensive managed service includes 24/7 monitoring, proactive maintenance, performance optimization, traffic management, and vendor coordination. Full dashboard visibility with AI-driven anomaly detection."},
{
id: "8",
title: "What is the typical cost?",
content:
"Pricing depends on coverage area, capacity requirements, and service tiers. We provide transparent quotes based on your specific needs. Most deployments see ROI within 18-36 months through operational efficiency and revenue generation.",
},
id: "8", title: "What is the typical cost?", content:
"Pricing depends on coverage area, capacity requirements, and service tiers. We provide transparent quotes based on your specific needs. Most deployments see ROI within 18-36 months through operational efficiency and revenue generation."},
{
id: "9",
title: "Can we integrate with IoT systems?",
content:
"Absolutely. Our network supports dedicated IoT slices with optimized QoS for sensors, monitoring devices, and industrial IoT systems. Edge computing integration enables real-time processing and reduced latency.",
},
id: "9", title: "Can we integrate with IoT systems?", content:
"Absolutely. Our network supports dedicated IoT slices with optimized QoS for sensors, monitoring devices, and industrial IoT systems. Edge computing integration enables real-time processing and reduced latency."},
{
id: "10",
title: "What about future upgrades?",
content:
"Our cloud-native, modular architecture supports seamless upgrades from 5G to 6G standards. Soft upgrade paths preserve your infrastructure investment while staying at technology cutting-edge.",
},
id: "10", title: "What about future upgrades?", content:
"Our cloud-native, modular architecture supports seamless upgrades from 5G to 6G standards. Soft upgrade paths preserve your infrastructure investment while staying at technology cutting-edge."},
]}
/>
</div>
@@ -576,7 +396,7 @@ export default function HomePage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Request Technical Briefing", href: "/contact" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Manufacturing", href: "#" },
{ label: "Healthcare", href: "#" },
{ label: "Transportation", href: "#" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "#casestudies" },
{ label: "Blog", href: "#" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Contact Support", href: "/contact" },
@@ -54,7 +51,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -76,59 +73,29 @@ export default function PricingPage() {
uniformGridCustomHeightClasses="min-h-100 2xl:min-h-110"
plans={[
{
id: "starter",
price: "Custom",
name: "Single Site Deployment",
buttons: [
id: "starter", price: "Custom", name: "Single Site Deployment", buttons: [
{ text: "Request Quote", href: "/contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Up to 10 hectares coverage",
"Single operator support",
"Basic monitoring dashboard",
"Standard SLA (99.9%)",
"Included deployment support",
],
"Up to 10 hectares coverage", "Single operator support", "Basic monitoring dashboard", "Standard SLA (99.9%)", "Included deployment support"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Star,
price: "Custom",
name: "Multi-Site Campus",
buttons: [
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "Custom", name: "Multi-Site Campus", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"Up to 100 hectares coverage",
"Multi-operator support (2-3 MNOs)",
"Advanced analytics dashboard",
"Mission-critical SLA (99.99%)",
"24/7 managed support",
"Network slicing & QoS",
"Edge computing integration",
],
"Up to 100 hectares coverage", "Multi-operator support (2-3 MNOs)", "Advanced analytics dashboard", "Mission-critical SLA (99.99%)", "24/7 managed support", "Network slicing & QoS", "Edge computing integration"],
},
{
id: "enterprise",
price: "Custom",
name: "Enterprise Regional",
buttons: [
id: "enterprise", price: "Custom", name: "Enterprise Regional", buttons: [
{ text: "Contact Sales", href: "/contact" },
{ text: "View Case Study", href: "#" },
],
features: [
"Unlimited coverage area",
"Unrestricted operator support",
"Custom analytics & reporting",
"99.999% uptime guarantee",
"Dedicated support team",
"White-label options",
"Revenue sharing models",
"ORAN-ready architecture",
],
"Unlimited coverage area", "Unrestricted operator support", "Custom analytics & reporting", "99.999% uptime guarantee", "Dedicated support team", "White-label options", "Revenue sharing models", "ORAN-ready architecture"],
},
]}
/>
@@ -143,37 +110,21 @@ export default function PricingPage() {
useInvertedBackground={false}
logos={[
{
src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg",
alt: "Vodafone",
},
src: "http://img.b2bpic.net/free-photo/young-delivery-man-red-polo-shirt-cap-looking-screen-his-smartphone-pointing-finger-up-with-surprised-look-smiling-cheerfully-having-great-idea-isolated-white-background_141793-19532.jpg", alt: "Vodafone"},
{
src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg",
alt: "Deutsche Telekom",
},
src: "http://img.b2bpic.net/free-photo/5g-characters-plain-background-with-sim-cards_23-2148291114.jpg", alt: "Deutsche Telekom"},
{
src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg",
alt: "Orange",
},
src: "http://img.b2bpic.net/free-vector/flat-design-electronics-logo-templates_23-2148984565.jpg", alt: "Orange"},
{
src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg",
alt: "Nokia",
},
src: "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148163455.jpg", alt: "Nokia"},
{
src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg",
alt: "Ericsson",
},
src: "http://img.b2bpic.net/free-vector/business-card-with-dots-line_1363-15.jpg", alt: "Ericsson"},
{
src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg",
alt: "Cisco",
},
src: "http://img.b2bpic.net/free-photo/integrate-circuit-board-graphics-concept_53876-13716.jpg", alt: "Cisco"},
{
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg",
alt: "Microsoft",
},
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept_24908-55291.jpg", alt: "Microsoft"},
{
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg",
alt: "AWS",
},
src: "http://img.b2bpic.net/free-vector/cloud-computing-concept-with-download-upload-data-streaming_1017-31864.jpg", alt: "AWS"},
]}
speed={40}
showCard={true}
@@ -189,7 +140,7 @@ export default function PricingPage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Request Technical Briefing", href: "/contact" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -21,8 +21,7 @@ export default function SolutionsPage() {
const footerColumns = [
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Manufacturing", href: "#" },
{ label: "Healthcare", href: "#" },
{ label: "Transportation", href: "#" },
@@ -30,8 +29,7 @@ export default function SolutionsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "#casestudies" },
{ label: "Blog", href: "#" },
@@ -39,8 +37,7 @@ export default function SolutionsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Contact Support", href: "/contact" },
@@ -56,7 +53,7 @@ export default function SolutionsPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -71,7 +68,7 @@ export default function SolutionsPage() {
title="End-to-End 5G Private Network Solutions"
description="We deliver comprehensive, turnkey 5G private network infrastructure designed for municipalities, landlords, MNOs, and real estate owners. Our neutral hosting model ensures flexibility and independence."
tag="Our Approach"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-technical-architecture-diagram-illustr-1772919032210-59056da5.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-technical-architecture-diagram-illustr-1772919032210-59056da5.png"
imageAlt="Neutral host 5G network architecture"
imagePosition="left"
textboxLayout="default"
@@ -79,24 +76,16 @@ export default function SolutionsPage() {
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Neutral Hosting Model",
description: "Deploy independent, MNO-agnostic infrastructure that creates revenue opportunities and avoids vendor lock-in.",
icon: Shield,
title: "Neutral Hosting Model", description: "Deploy independent, MNO-agnostic infrastructure that creates revenue opportunities and avoids vendor lock-in.", icon: Shield,
},
{
title: "Mission-Critical Reliability",
description: "99.99% uptime SLA with redundancy for manufacturing plants, hospitals, train stations, and emergency services.",
icon: Zap,
title: "Mission-Critical Reliability", description: "99.99% uptime SLA with redundancy for manufacturing plants, hospitals, train stations, and emergency services.", icon: Zap,
},
{
title: "Turnkey Deployment",
description: "From site survey to go-live to ongoing optimization—we handle everything. Deploy in weeks, not months.",
icon: CheckCircle,
title: "Turnkey Deployment", description: "From site survey to go-live to ongoing optimization—we handle everything. Deploy in weeks, not months.", icon: CheckCircle,
},
{
title: "Full Lifecycle Management",
description: "Comprehensive support including maintenance, optimization, traffic management, and 24/7 monitoring.",
icon: Wrench,
title: "Full Lifecycle Management", description: "Comprehensive support including maintenance, optimization, traffic management, and 24/7 monitoring.", icon: Wrench,
},
]}
buttons={[{ text: "Learn More", href: "#solutions" }]}
@@ -114,34 +103,22 @@ export default function SolutionsPage() {
features={[
{
icon: Activity,
title: "Real-Time Network Monitoring",
description: "24/7 dashboard visibility into network performance, coverage, and traffic patterns with AI-driven anomaly detection.",
},
title: "Real-Time Network Monitoring", description: "24/7 dashboard visibility into network performance, coverage, and traffic patterns with AI-driven anomaly detection."},
{
icon: Lock,
title: "Enterprise-Grade Security",
description: "End-to-end encryption, ORAN-ready architecture, and compliance with critical infrastructure standards (IEC 62645, etc).",
},
title: "Enterprise-Grade Security", description: "End-to-end encryption, ORAN-ready architecture, and compliance with critical infrastructure standards (IEC 62645, etc)."},
{
icon: Layers,
title: "Network Slicing & QoS",
description: "Dedicated service tiers for emergency response, IoT, and voice ensuring optimal performance for each use case.",
},
title: "Network Slicing & QoS", description: "Dedicated service tiers for emergency response, IoT, and voice ensuring optimal performance for each use case."},
{
icon: Wifi,
title: "Seamless Coverage",
description: "Comprehensive indoor and outdoor coverage optimized for factories, campuses, and public venues with edge computing integration.",
},
title: "Seamless Coverage", description: "Comprehensive indoor and outdoor coverage optimized for factories, campuses, and public venues with edge computing integration."},
{
icon: Globe,
title: "Multi-Operator Flexibility",
description: "Support multiple MNOs on shared infrastructure with transparent billing, traffic management, and revenue sharing.",
},
title: "Multi-Operator Flexibility", description: "Support multiple MNOs on shared infrastructure with transparent billing, traffic management, and revenue sharing."},
{
icon: TrendingUp,
title: "Scalable Architecture",
description: "Grow from single location to enterprise-wide deployments with cloud-native, modular infrastructure.",
},
title: "Scalable Architecture", description: "Grow from single location to enterprise-wide deployments with cloud-native, modular infrastructure."},
]}
/>
</div>
@@ -158,35 +135,14 @@ export default function SolutionsPage() {
carouselMode="auto"
products={[
{
id: "1",
brand: "Smart Manufacturing",
name: "Connected Factory Operations",
price: "Robotics & Automation",
rating: 5,
reviewCount: "2.4k+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/an-industrial-manufacturing-plant-floor--1772919031736-81adb84e.png?_wi=2",
imageAlt: "Manufacturing plant with 5G deployment",
},
id: "1", brand: "Smart Manufacturing", name: "Connected Factory Operations", price: "Robotics & Automation", rating: 5,
reviewCount: "2.4k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/an-industrial-manufacturing-plant-floor--1772919031736-81adb84e.png", imageAlt: "Manufacturing plant with 5G deployment"},
{
id: "2",
brand: "Healthcare & Emergency",
name: "Hospital & Venue Connectivity",
price: "Patient Care Networks",
rating: 5,
reviewCount: "1.8k+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png?_wi=3",
imageAlt: "Hospital with 5G network infrastructure",
},
id: "2", brand: "Healthcare & Emergency", name: "Hospital & Venue Connectivity", price: "Patient Care Networks", rating: 5,
reviewCount: "1.8k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-hospital-or-commercial-venue-in-1772919032421-b9454e9c.png", imageAlt: "Hospital with 5G network infrastructure"},
{
id: "3",
brand: "Transportation & Logistics",
name: "Railway & Transit Hub Systems",
price: "Real-Time Fleet Tracking",
rating: 5,
reviewCount: "1.6k+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-train-station-with-comprehensiv-1772919033008-86e62354.png?_wi=2",
imageAlt: "Train station with 5G connectivity",
},
id: "3", brand: "Transportation & Logistics", name: "Railway & Transit Hub Systems", price: "Real-Time Fleet Tracking", rating: 5,
reviewCount: "1.6k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/a-modern-train-station-with-comprehensiv-1772919033008-86e62354.png", imageAlt: "Train station with 5G connectivity"},
]}
/>
</div>
@@ -200,7 +156,7 @@ export default function SolutionsPage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Request Technical Briefing", href: "/contact" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>