"use client"; import Marquee from "react-fast-marquee"; import Title from "../tools/title"; import { Gehl, Hyundai, JCB, Lonking, Mitsubishi, XCMG } from "@/assets"; import Image, { StaticImageData } from "next/image"; const slideImage: StaticImageData[] = [ Lonking, Hyundai, Gehl, JCB, Mitsubishi, XCMG, ]; export default function Texnika() { return (