import { HomeLanding } from "@/components/marketing/home-landing";

export default function HomePage() {
  return <HomeLanding />;
}
