feat: implement carousel components for news section and update layout styles

This commit is contained in:
fredy.siswanto
2025-02-28 16:50:44 +07:00
parent 3f9bfded80
commit 2b551aad28
7 changed files with 381 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const NewsDefaultLayout = (properties: PropsWithChildren) => {
<HeaderTop />
<HeaderMenu />
</header>
<div className="grid sm:mx-[50px] sm:my-[25px] sm:gap-y-[25px]">
<div className="sm:mx-[50px] sm:my-[25px] sm:grid sm:gap-y-[25px]">
<Banner />
{children}
</div>