From 2f06acaaf30b27e4ebdc5c81c401f20459a477ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:49:11 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c092f55..57316af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function HomePage() { const navItems = [ { name: "Solutions", id: "solutions" }, { name: "Use Cases", id: "usecases" }, + { name: "Technology", id: "/technology" }, { name: "Pricing", id: "pricing" }, { name: "Resources", id: "faq" }, { name: "Contact", id: "contact" }, -- 2.49.1 From 062ec80e7a7c12c146042ede7ca177e8b422eeb1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:49:11 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8e32836..63df662 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -12,6 +12,7 @@ export default function PricingPage() { const navItems = [ { name: "Solutions", id: "solutions" }, { name: "Use Cases", id: "usecases" }, + { name: "Technology", id: "/technology" }, { name: "Pricing", id: "pricing" }, { name: "Resources", id: "faq" }, { name: "Contact", id: "contact" }, @@ -28,7 +29,7 @@ export default function PricingPage() { }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, + { label: "About Us", href: "/contact" }, { label: "Case Studies", href: "#casestudies" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, -- 2.49.1 From aae19bba7656eed6a835b87cb458b67c99718188 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:49:12 +0000 Subject: [PATCH 3/3] Add src/app/technology/page.tsx --- src/app/technology/page.tsx | 344 ++++++++++++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 src/app/technology/page.tsx diff --git a/src/app/technology/page.tsx b/src/app/technology/page.tsx new file mode 100644 index 0000000..5f6a017 --- /dev/null +++ b/src/app/technology/page.tsx @@ -0,0 +1,344 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; +import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { CheckCircle, AlertCircle, Wifi, Lock, TrendingUp, Zap } from "lucide-react"; + +export default function TechnologyPage() { + const navItems = [ + { name: "Solutions", id: "solutions" }, + { name: "Use Cases", id: "usecases" }, + { name: "Technology", id: "technology" }, + { name: "Pricing", id: "pricing" }, + { name: "Resources", id: "faq" }, + { name: "Contact", id: "contact" }, + ]; + + const footerColumns = [ + { + title: "Solutions", items: [ + { label: "Manufacturing", href: "#" }, + { label: "Healthcare", href: "#" }, + { label: "Transportation", href: "#" }, + { label: "Smart Cities", href: "#" }, + ], + }, + { + title: "Company", items: [ + { label: "About Us", href: "/contact" }, + { label: "Case Studies", href: "#casestudies" }, + { label: "Blog", href: "#" }, + { label: "Careers", href: "#" }, + ], + }, + { + title: "Resources", items: [ + { label: "Documentation", href: "#" }, + { label: "API Reference", href: "#" }, + { label: "Contact Support", href: "/contact" }, + { label: "Privacy Policy", href: "#" }, + ], + }, + ]; + + return ( + + + + {/* Hero Section */} +
+ +
+ + {/* Comparison Features Section */} +
+ +
+ + {/* Pros & Cons Comparison */} +
+
+
+

Pros & Cons Analysis

+

+ Detailed breakdown of advantages and disadvantages for each technology approach. +

+
+ +
+ {/* Traditional 5G DAS */} +
+

Traditional 5G DAS

+ +
+
+ +

Advantages

+
+
    +
  • + Lower Initial Investment: No spectrum licensing required; minimal infrastructure cost +
  • +
  • + Faster Deployment: Leverages existing macro network infrastructure; weeks to months +
  • +
  • + Vendor Management Simple: One or two MNOs handle all operations and maintenance +
  • +
  • + Multi-Operator Support Built-in: DAS carriers naturally support multiple MNOs +
  • +
  • + Proven Technology: Mature ecosystem with established best practices +
  • +
  • + Low Operating Costs: Minimal ongoing infrastructure management burden +
  • +
+
+ +
+
+ +

Disadvantages

+
+
    +
  • + No Operational Control: Completely dependent on MNO decisions and network management +
  • +
  • + Limited SLA Guarantees: Standard commercial SLAs (99.9%); no mission-critical redundancy +
  • +
  • + No Dedicated Resources: Shares public network capacity; no guaranteed QoS or bandwidth +
  • +
  • + Security Limitations: Subject to public network security protocols; limited customization +
  • +
  • + No Revenue Generation: Pure cost center; no opportunity to monetize infrastructure +
  • +
  • + Long-term Vendor Lock-in: Committed to specific DAS provider with limited exit options +
  • +
+
+
+ + {/* 5G Private Network */} +
+

5G Private Network

+ +
+
+ +

Advantages

+
+
    +
  • + Complete Operational Control: Full autonomy over network configuration, policies, and operations +
  • +
  • + Mission-Critical Reliability: 99.99%+ uptime SLA with redundancy and automatic failover +
  • +
  • + Guaranteed QoS & Performance: Dedicated spectrum and prioritization for critical applications +
  • +
  • + Enhanced Security: Complete control over encryption, access management, and compliance +
  • +
  • + Revenue Generation Opportunity: Neutral host model enables operator partnerships and revenue sharing +
  • +
  • + Scalability & Future-Proof: Cloud-native architecture scales seamlessly to 6G standards +
  • +
+
+ +
+
+ +

Disadvantages

+
+
    +
  • + Higher Initial CapEx: Spectrum licensing (if required) plus infrastructure deployment costs +
  • +
  • + Longer Deployment Timeline: Site surveys, design, procurement, and testing; 8-16 weeks typical +
  • +
  • + Operational Complexity: Requires in-house expertise or managed service partnerships +
  • +
  • + Ongoing OpEx Commitment: Continuous maintenance, monitoring, and optimization required +
  • +
  • + Spectrum Planning Required: Need to plan and manage dedicated spectrum allocation +
  • +
  • + Internal Resources Needed: Requires trained staff or external partners for network management +
  • +
+
+
+
+
+
+ + {/* When to Choose Each */} +
+
+
+

When to Choose Each Approach

+

+ Decision framework for selecting the right technology for your enterprise requirements. +

+
+ +
+ {/* Choose DAS */} +
+

Choose Traditional DAS If:

+
    +
  • + + Budget-constrained with minimal initial capital available +
  • +
  • + + Require fast deployment (weeks rather than months) +
  • +
  • + + Standard commercial reliability requirements (99.9% SLA acceptable) +
  • +
  • + + Prefer minimal operational involvement and vendor-managed service +
  • +
  • + + Public venue or commercial building with consumer-focused services +
  • +
  • + + No need for differentiated security or custom network policies +
  • +
+
+ + {/* Choose Private Network */} +
+

Choose 5G Private Network If:

+
    +
  • + + Mission-critical applications requiring 99.99%+ uptime SLA +
  • +
  • + + Need guaranteed QoS and prioritization for specific services +
  • +
  • + + Require complete operational control and independence from MNOs +
  • +
  • + + Manufacturing facility, hospital, or transportation hub requiring reliability +
  • +
  • + + Need enhanced security, compliance, or custom network policies +
  • +
  • + + Interested in revenue generation through operator partnerships +
  • +
+
+
+
+
+ + {/* Contact CTA Section */} +
+ +
+ + {/* Footer */} + +
+ ); +} \ No newline at end of file -- 2.49.1