Commit dd656330 by sujata

blog details page changes

1 parent 1a51a346
......@@ -16,6 +16,19 @@ const banners = [
const posts = [
{
id: 1,
image: "/images/blog/blog4/3.jpeg",
altText: "Blog Image",
date: "Nov 20, 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",
},
{
id: 2,
image: "/images/blog/blogs1.jpeg",
altText: "Blog Image",
date: "Aug 23, 2024",
......@@ -28,7 +41,7 @@ const posts = [
detailsUrl: "/blog/detail/tax-deducted-at-source-under-income-tax-act",
},
{
id: 2,
id:3,
image: "/images/blog/blog-2.jpeg",
altText: "Blog Image",
date: "July 23, 2024",
......@@ -41,7 +54,7 @@ const posts = [
detailsUrl: "/blog/detail/reporting-on-fraudulent-activities-by-auditors",
},
{
id: 3,
id: 4,
image: "/images/blog/blogs3.jpeg",
altText: "Blog Image",
date: "Aug 15, 2024",
......@@ -53,19 +66,7 @@ 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",
},
];
......
......@@ -39,12 +39,12 @@ const Conversionblog = () => {
</li>
<li>
<i className="ri-calendar-2-line"></i>
<p>July 23, 2024</p>
<p>Nov 20, 2024</p>
</li>
</ul>
</div>
<h3>1. Introduction</h3>
<h3>Introduction</h3>
<p>
The Limited Liability Partnership (LLP) structure has gained
immense popularity in the corporate sector in recent times.
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!