import { AieroButton } from "@/components/shared/AieroButton"; import { PageContainer } from "@/components/shared/PageContainer"; /** * PreFooterCTA — "It's blow your mind! Meet Neural Networks" banner. * * Shared across: Home, About, Services, Contacts. * * Structure (from reference): * - Dark grey rounded card * - Large teal gradient heading * - "Get a Quote" button with arrow */ export function PreFooterCTA() { return (
{/* Heading */}

{"It's blow your mind! "} Meet Neural Networks

{/* CTA */} Get a Quote
); }