"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 Blogs1() { return (

Our Journal

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

{slidesData.map((slide, index) => ( ))} {/* /.swiper-wrapper */}
{/* /.swiper */}
{/* /.swiper-container */}
{/* /.container */} {/* /.container */}
); }