import Image from 'next/image' import { Button } from '@/components/Button' import { Container } from '@/components/Container' export function CallToAction3() { return (
) }