+
{" "}
Custom
diff --git a/src/pages/faqs/Faqs.jsx b/src/pages/faqs/Faqs.jsx
index fe18c3f..79c36e9 100644
--- a/src/pages/faqs/Faqs.jsx
+++ b/src/pages/faqs/Faqs.jsx
@@ -1,23 +1,18 @@
-import React from 'react'
-import Header from '../../components/layout/Header'
-import Hero1 from '../../components/layout/Hero1'
-import Footer from '../../components/layout/Footer'
-
+import React from "react";
+import Footer from "../../components/layout/Footer";
+import Header from "../../components/layout/Header";
+import Hero1 from "../../components/layout/Hero1";
+// import FaqsSection from './components/FaqsSection'
const Faqs = () => {
return (
-
-
-
-{/* */}
+
+
-
+ {/* */}
+
);
};
diff --git a/src/pages/home/components/BlogCard.jsx b/src/pages/home/components/BlogCard.jsx
index 0ef58a6..509b9cb 100644
--- a/src/pages/home/components/BlogCard.jsx
+++ b/src/pages/home/components/BlogCard.jsx
@@ -2,9 +2,11 @@ import React from "react";
import Button from "../../../components/Button";
function BlogCard(props) {
- const { image, day, month, category, title, description, author } = props;
+
+ const { id,image, day, month, category, title, description, author } = props;
const maxDescriptionLength = 60; // max letters
- const truncatedDescription =
+ console.log(id);
+ const truncatedDescription =
description.length > maxDescriptionLength
? `${description.substring(0, maxDescriptionLength)}...`
: description;
@@ -41,10 +43,11 @@ function BlogCard(props) {
{author}
+ type="secondary-link"
+ text="Readmore"
+ icon={