// app/pricing/page.tsx 'use client'; import * as React from 'react'; import { Navbar } from '@workspace/ui/components/layout'; import { Footer } from '@workspace/ui/components/layout'; import { Container } from '@workspace/ui/components/layout'; import { AnimatedSection } from '@workspace/ui/components/animate-ui/section'; import { CostCalculator } from '@workspace/ui/components/interactive'; import { MetricsKPI } from '@workspace/ui/components/content'; import { CostReductionChart } from '@workspace/ui/components/content/cost-reduction-chart'; import { Badge } from '@workspace/ui/components/content'; import { Card, CardContent, CardHeader, CardTitle, } from '@workspace/ui/components/ui'; import Image from 'next/image'; export default function PricingPage() { return (
{/* Hero Section – soft gradient band distinct from homepage/solutions */}
{/* Optional decorative pricing art (drop /hero/pricing-hero-art.webp in public) */}
TCO Focused CapEx + OpEx Transparent Assumptions

Pricing & ROI

Model your total cost of ownership and break-even timeline when you own the hardware and colocate it—no more cloud rent.

{/* KPI strip */}
{/* Cost Calculator – bordered panel with subtle header */} Your Estimate {/* Cost Curve – visual summary to complement calculator */}

Cost curve over time

Upfront spend pays for itself quickly. After break-even, ongoing costs are mostly power, space, and amortized hardware—all predictable and under your control.

{/* Notes & Assumptions – concise context for numbers */}

Assumptions: commodity servers, 36–48 month amortization, market colo rates, and conservative utilization.

Exact results depend on workload profile, redundancy requirements, and growth assumptions. We’ll tailor the model during your architecture call.

); }