Commit 9405bb4e by sujata

add blog

1 parent 05568b15
......@@ -53,6 +53,19 @@ const posts = [
btnText: "Read More",
detailsUrl: "/blog/detail/start-up-and-angel-tax",
},
{
id: 4,
image: "/images/blog/blog4/3.jpeg",
altText: "Blog Image",
date: "Aug 15, 2024",
author: "By Advith Consulting",
authorLink: "/blog/author",
title: "Conversion of a Private Limited Company into LLP",
shortDesc:
"The Limited Liability Partnership (LLP) structure has gained immense popularity in the corporate sector in recent times. Since the enactment",
btnText: "Read More",
detailsUrl: "/blog/detail/conversion-of-a-private-limited-company-into",
},
];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!