'use client' import Image from 'next/image' import { Swiper, SwiperSlide } from 'swiper/react' import { Navigation, Pagination } from 'swiper/modules' import { images } from '@/lib/images' import 'swiper/css' import 'swiper/css/navigation' import 'swiper/css/pagination' export default function GoKitPage() { return (

Go Kit (Command Center)

Like many others in the hobby I wanted to build a go kit. However while many focus on making them quick and small, this however is not that. I wanted to make something that was more of a command center with both VHF/UHF and HF. Also incorporate a mini pc to be used for digital modes and other means. This is build using a 4U case and utlizes a custom 3D printed 2U top panel I designed myself. This project is not fully completed at the moment.

console.log(swiper)} className='h-125 w-full rounded-lg' > {images.map((image, index) => (
{image.alt}
))}

Current List of parts:

) }