diff --git a/app/category/citizen-news/page.tsx b/app/category/citizen-news/page.tsx
index c3c8a28..ac51d6c 100644
--- a/app/category/citizen-news/page.tsx
+++ b/app/category/citizen-news/page.tsx
@@ -12,7 +12,7 @@ import Image from "next/image";
export default function Development() {
return (
-
+ {/*
-
+
*/}
diff --git a/app/category/development/page.tsx b/app/category/development/page.tsx
index 3b1b0fe..5fad8d4 100644
--- a/app/category/development/page.tsx
+++ b/app/category/development/page.tsx
@@ -8,7 +8,7 @@ import Image from "next/image";
export default function Development() {
return (
-
+ {/*
-
+
*/}
diff --git a/app/category/health/page.tsx b/app/category/health/page.tsx
index 2731f15..5dc86f4 100644
--- a/app/category/health/page.tsx
+++ b/app/category/health/page.tsx
@@ -13,7 +13,7 @@ import Image from "next/image";
export default function Development() {
return (
-
+ {/*
-
+
*/}
diff --git a/app/category/popular/page.tsx b/app/category/popular/page.tsx
index 60e05d8..3b38389 100644
--- a/app/category/popular/page.tsx
+++ b/app/category/popular/page.tsx
@@ -6,7 +6,7 @@ import Image from "next/image";
export default function Home() {
return (
-
+ {/*
-
+
*/}
diff --git a/app/page.tsx b/app/page.tsx
index c821a1a..e30ab04 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,39 +1,26 @@
-import Author from "@/components/landing-page/author";
import Footer from "@/components/landing-page/footer";
import Header from "@/components/landing-page/header";
-import Latest from "@/components/landing-page/latest";
-import LatestandPopular from "@/components/landing-page/latest-and-popular";
import Navbar from "@/components/landing-page/navbar";
-import News from "@/components/landing-page/news";
-import { id } from "date-fns/locale";
-import Image from "next/image";
+import LatestNews from "@/components/landing-page/latest-news";
+import Development from "@/components/landing-page/development";
+import OpinionNews from "@/components/landing-page/opinion-news";
+import NewsTerkini from "@/components/landing-page/health";
+import YouTubeSection from "@/components/landing-page/youtube-selection";
export default function Home() {
return (