import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { BellRing, Send } from "lucide-react"; const BlogNewsletterSection = () => { return (

Stay in the AeThex signal

Subscribe for release notes, engineering write-ups, and community highlights. Expect one curated update every week—only the essentials.

By subscribing you agree to receive emails from AeThex. Unsubscribe anytime in a single click.

); }; export default BlogNewsletterSection;