import Header from "@/components/Header" import { Interactives } from "@/components/header/Interactives" export default function Home() { return (

{process.env.NEXT_PUBLIC_MBLOG_NAME}

This is some really nice content. It has so so so so so so so so so much text.

{Array.from({ length: 10 }).map((_, i) => (

Very nice card

This is some really nice content. It has so so so so so so so so so much text.

))}
) }