'use client' import { motion } from 'framer-motion' import { ArrowRight } from '@phosphor-icons/react' import { Button } from '@ciphera-net/ui' import { initiateOAuthFlow } from '@/lib/api/oauth' import Link from 'next/link' export default function CTASection() { return (
{/* Atmosphere inside card */}

Start tracking with privacy.

Join thousands of developers who respect their users' privacy while getting the insights they need.

) }