import { tenextButton as TenextButton } from "@/components/shared/AieroButton"; import { PageContainer } from "@/components/shared/PageContainer"; /** * PreFooterCTA — "Elevate your business with our innovative solutions" banner. * * Shared across: Home, About, Services, Contacts. * * Structure (from reference): * - Plain white section * - Large dark heading, left aligned * - "Get in touch" text link, right aligned */ export function PreFooterCTA() { return (
{/* Heading */}

Elevate your business with our innovative solutions

{/* CTA */} Get in touch
); }