import { MenuHome } from "@/components/MenuHome"; import { getMenuSections } from "@/lib/menu"; export default async function HomePage() { const sections = await getMenuSections(); return ; }