page.tsx 131 Bytes
import Header from '@/components/Header';
import Image from 'next/image';

export default function Home() {
  return <Header />;
}