'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: 6, spaceBetween: 20, // autoplay: { // delay: 2500, // disableOnInteraction: false, // }, loop: true, // Navigation navigation: { nextEl: '.srn', prevEl: '.srp', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, // spaceBetween: 30, }, 575: { slidesPerView: 1, // spaceBetween: 30, }, 767: { slidesPerView: 1, // spaceBetween: 30, }, 991: { slidesPerView: 1, // spaceBetween: 30, }, 1199: { slidesPerView: 1, // spaceBetween: 30, }, 1350: { slidesPerView: 6, // spaceBetween: 30, }, } } export default function PopularRecipe() { return ( <> {/* Popular Recipe Section */}
{/* Sec Title Two */}
All post

The most popular recipes

{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* Recipe Block Five */}
Broad bean and goats’ cheese bruschetta
{/* End Popular Recipe Section */} ) }