diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 9b6cd43..1b87b4e 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -1,6 +1,7 @@ import React from 'react'; import Link from 'next/link'; -import SubscribeForm from './SubscribeForm'; // Import the reusable SubscribeForm +import TagList from './TagList'; +import SubscribeForm from "@/components/SubscribeForm"; interface SidebarProps { recentPosts: Array<{ @@ -39,7 +40,34 @@ const Sidebar: React.FC = ({ recentPosts, tags = [] }) => { - {/* Subscribe section */} +
+

Recent Posts

+ +
+ +
+

Popular Tags

+ +
+

Subscribe