import { NewsletterForm } from '@/components/newsletter-form'; import { Section } from '@/components/section'; import type React from 'react'; export function CTA(): React.ReactElement { return (

Subscribe to the Newsletter

Get the latest articles and updates delivered straight to your inbox. No spam, unsubscribe anytime.

); }