import React from "react"; import Link from "next/link"; import { BlogContentThree } from "@/data/blogs"; import Image from "next/image"; const BlogStyle3 = () => { return ( <> {BlogContentThree.map((item, i) => (
{item.desc}