// 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, Section } from '@workspace/ui/components/layout'; import { CostCalculator } from '@workspace/ui/components/interactive'; export default function PricingPage() { return (

Pricing

Calculate your Total Cost of Ownership (TCO) and see how much you can save by moving from renting to owning your infrastructure.

); }