kx3dex_radio/lib/images.js

10 lines
392 B
JavaScript
Raw Normal View History

2024-03-24 06:08:52 +00:00
// GoKit Images
import first from '@/public/images/gokit_front.jpg'
import second from '@/public/images/gokit_shelf.jpg'
import third from '@/public/images/gokit_shelf2.jpg'
export const images = [
{ src: first, alt: 'Front of GoKit (In Progress)' },
{ src: second, alt: 'Bottom Shelf with uBITX, computer and antenna' },
{ src: third, alt: 'Bottom Shelf showing computer mounted' },
]