import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; import { cn } from '../../../lib/cn'; import { buttonBaseClass } from '../../../lib/buttonStyles'; export const CtaSection = () => { return (
Join the Infrastructure Revolution From record-breaking digital infrastructure to successful exits. The team behind GeoMind has built infrastructure at scale.
About us Book a Meeting
); };