diff --git a/src/app/(main)/blog/[slug]/page.tsx b/src/app/(main)/blog/[slug]/page.tsx index 434afcb..c49f7fc 100644 --- a/src/app/(main)/blog/[slug]/page.tsx +++ b/src/app/(main)/blog/[slug]/page.tsx @@ -98,20 +98,6 @@ export default async function SingleBlogPage({ params }: { params: Promise<{ slu {/* End Section */} - {/* Divider */} -
- {/* End Divider */} - {/* Section */} -
-
-
- -
-
-
); diff --git a/src/app/(main)/blog/page.tsx b/src/app/(main)/blog/page.tsx index b691373..17bceb5 100644 --- a/src/app/(main)/blog/page.tsx +++ b/src/app/(main)/blog/page.tsx @@ -35,72 +35,6 @@ export default async function BlogPage({ searchParams }: { searchParams?: Promis
- - <> - {/* Divider */} -
- {/* End Divider */} - {/* Section */} -
-
-
-
- {/* Widget */} -
-

Categories

-
- -
-
- {/* End Widget */} -
-
- {/* Widget */} -
-

Tags

-
-
- {tags.map((elm, i) => ( - - {elm.name} - - ))} -
-
-
- {/* End Widget */} -
-
- {/* Widget */} -
-

Archive

-
- -
-
- {/* End Widget */} -
-
-
-
- ); } diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 1735316..2f3a5da 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -83,8 +83,8 @@ export default function MainLayout({
{children}
-