"use client"; import { slidesData } from "@/data/blogs"; import React from "react"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; import Image from "next/image"; import Link from "next/link"; export default function Blogs2() { return (

Our Journal

Here are the latest news from our blog that got the most attention.

View All News
{/* /column */}
{slidesData.map((slide, index) => ( ))} {/* /.swiper-wrapper */}
{/* /.swiper-container */}
{/* /column */}
{/* /.row */}
{/* /.container */} {/* /.container */}
); }