"use client"; import React from "react"; import Link from "next/link"; import Image from "next/image"; import { relatedPosts } from "@/data/blogs"; export default function BlogSidebar() { return (
Search
e.preventDefault()} >
Recent posts
{relatedPosts.map((post) => (
{post.title}
))}
Category
Business Consulting 4
Corporate 6
IT Solutions 2
Marketing 8
Startup Consulting 5
Popular tag
{" "} Analysis{" "} {" "} Consulting{" "} {" "} Business{" "} {" "} Data{" "} Business Consulting {" "} Marketing{" "} {" "} Solutions{" "}
Subscribe newsletter
e.preventDefault()}>

Sign up to receive notifications about the latest news and events from us!

); }