import Header from '@/components/Header'; import Footer from '@/components/Footer'; import CollectionDetail from '@/components/CollectionDetail'; import config from '@/lib/config.json'; export default function Home() { const collectionHandle = config.data.collection; return (