feat: add NewsletterPage and NewsletterContent components for newsletter subscription

This commit is contained in:
poyrazavsever
2026-03-10 22:35:41 +03:00
parent c253bad8bf
commit 4036aeacc1
2 changed files with 95 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { NewsletterContent } from "@/components/newsletter-content";
export default function NewsletterPage() {
return <NewsletterContent />;
}