From acb4ff64c1fa52b0ecb1d43dc6cb08fd796c33f8 Mon Sep 17 00:00:00 2001 From: "fredy.siswanto" Date: Sun, 2 Mar 2025 12:24:30 +0700 Subject: [PATCH] refactor: remove KAJIAN section from news page for code simplification --- app/pages/news/index.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/pages/news/index.tsx b/app/pages/news/index.tsx index 4ca0737..6f91735 100644 --- a/app/pages/news/index.tsx +++ b/app/pages/news/index.tsx @@ -2,7 +2,7 @@ import { Card } from '~/components/ui/card' import { CarouselHero } from '~/components/ui/carousel-hero' import { CarouselSection } from '~/components/ui/carousel-section' import { Newsletter } from '~/components/ui/newsletter' -import { BERITA, KAJIAN, SPOTLIGHT } from '~/data/contents' +import { BERITA, SPOTLIGHT } from '~/data/contents' export const NewsPage = () => { return ( @@ -13,14 +13,13 @@ export const NewsPage = () => {
-
- - - - + + + + + {/* - -
+ */} ) }