Update src/app/contact/page.tsx

This commit is contained in:
2026-03-07 21:34:06 +00:00
parent 6ec1a78136
commit f103cd3c8f

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>