import type { WebsiteCategory } from '@/interface'; import websiteJson from './website.json'; export const website: WebsiteCategory[] = websiteJson;