'use client' import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper/modules" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 0, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, } export default function Banner() { return ( <> {/* Banner Section */}
{/* Slide */}
{/* Content Column */}
smoothie

Broad bean and goats’ cheese bruschetta

  • May 21, 2021
  • 2 Comments
  • Share
{/* Slide */}
{/* Content Column */}
smoothie

Broad bean and goats’ cheese bruschetta

  • May 21, 2021
  • 2 Comments
  • Share
{/* Slide */}
{/* Content Column */}
smoothie

Broad bean and goats’ cheese bruschetta

  • May 21, 2021
  • 2 Comments
  • Share
{/* End Banner Section */} ) }