"use client"; import Title from "../tools/title"; import React from "react"; // Import Swiper React components import { Swiper, SwiperSlide } from "swiper/react"; // import required modules import { Autoplay } from "swiper/modules"; // Import Swiper styles import "swiper/css"; //all images import { Ezgu, Fidokor, Kohota, Minerva, NRG, ToshCity } from "@/assets"; import Image, { StaticImageData } from "next/image"; const images: StaticImageData[] = [ Ezgu, Fidokor, Kohota, Minerva, NRG, ToshCity, ]; export default function Partners() { return (