feat: enhance newsletter component with customizable properties and add search/filter adj dashboard

This commit is contained in:
fredy.siswanto
2025-02-27 16:42:36 +07:00
parent a333b7924f
commit 7eb38d03a0
6 changed files with 86 additions and 37 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ export const NewsPage = () => {
<Card>
<Carousel {...SPOTLIGHT} />
</Card>
<Newsletter />
<div className="min-h-[400px] sm:min-h-[300px]">
<Newsletter className="mr-0 lg:-ml-14" />
</div>
<Card>
<Carousel {...BERITA} />
</Card>