Read More
{/* /.post-category */}
{/* /.post-header */}
{post.title}
- {post.date}
- 4
"use client"; import { blogPosts } from "@/data/blogs"; import Image from "next/image"; import Link from "next/link"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; export default function RelatedBlogs() { return (