import HomeClient from "@/components/HomeClient";

export default function Page() {
  return <HomeClient />;
}