import React from 'react'; import Link from 'next/link'; import { Section, Container } from '../../components/ui'; export default function CTA() { return (

Enough information, let's build something together!

Reach out now
); }