export default async function LandingPage() {
return (
<main className="flex min-h-screen flex-col">DeerFlow Landing Page</main>
);
}