import { HomePageView, loadHomePageProps, } from "@/components/home/HomePageView"; export default async function Home() { const props = await loadHomePageProps(); return ; }