blog details page added

This commit was merged in pull request #15.
This commit is contained in:
victorAnumudu
2024-08-03 20:20:08 +01:00
parent e59d96b60d
commit 83e664eab4
9 changed files with 220 additions and 49 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ function FooterHomeOne({ className }) {
</div>
<div className="row">
<div className="col-lg-12">
<div className="footer-copyright d-flex align-items-center justify-content-between pt-2">
<div className="footer-copyright d-lg-flex align-items-center justify-content-between pt-2">
<div className="apps-download-btn">
<ul>
<li>
+1
View File
@@ -3,6 +3,7 @@ import React, { useEffect, useState } from "react";
import Link from "next/link";
import blogOne from "../../assets/images/blog/1.jpg";
import BlogData from "../../Services/BlogData";
// import Image from "next/image";
/**
* Fetches blog data from an API and renders the blogs on the page.