export default function Home() { const analyticsId = process.env.NEXT_PUBLIC_ANALYTICS_ID; return (
Analytics ID: {analyticsId}