diff --git a/app/home/page.tsx b/app/home/page.tsx index 96880e7..bba8f1b 100644 --- a/app/home/page.tsx +++ b/app/home/page.tsx @@ -1,22 +1,41 @@ -import { InlineSnippet } from "@/components/form/domain-configuration"; import Image from "next/image"; +import LoginButton from "./login-button"; +import { Suspense } from "react"; -export default function HomePage() { +export default function LoginPage() { return ( -
+
Platforms Sites -

- Edit this page on{" "} - - app/home/page.tsx - +

+ Platforms Sites

+

+ Build multi-tenant applications with custom domains.
+ + Read the announcement. + +

+ +
+ + } + > + + +
); }