'use client' import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper/modules" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 3, // spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, // spaceBetween: 30, }, 575: { slidesPerView: 2, // spaceBetween: 30, }, 767: { slidesPerView: 2, // spaceBetween: 30, }, 991: { slidesPerView: 2, // spaceBetween: 30, }, 1199: { slidesPerView: 3, // spaceBetween: 30, }, 1350: { slidesPerView: 3, // spaceBetween: 30, }, } } export default function News() { return ( <>
Our Blog

Take a look at our most
recent articles

  • Admin
  • 12 Jan 2022
  • 03 Comt

How do Inherited Retinal of Diseases Happen?

Tincidunt Maur nemi sit Interdum praesento eget morbi lacinia volutpat pellentesque Tincidunt aurna suspit.

Read More
  • Admin
  • 11 Jan 2022
  • 0 Comt

Prepare to Speak with Your Eye Specialist.

Tincidunt Maur nemi sit Interdum praesento eget morbi lacinia volutpat pellentesque Tincidunt aurna suspit.

Read More
  • Admin
  • 11 Jan 2022
  • 02 Comt

How reliece can help you manage diabetes

Tincidunt Maur nemi sit Interdum praesento eget morbi lacinia volutpat pellentesque Tincidunt aurna suspit.

Read More
) }