+
+ {/* biome-ignore lint/performance/noImgElement: Satori (next/og) only supports
![]()
. */}
+

+
Builder
+
+
+
+ Just describe it · we build it
+
+
+ Wish it.
+ We build it.
+
+
+ Describe the website or app you wish you had — in your own words. No coding, no setup, and
+ everything we make stays yours.
+
+
+ mindpods.org
+
+
,
+ { ...size },
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ca6022..126c065 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,7 +1,7 @@
"use client";
import { MindLoginCard, writeLastIdentity } from "@mind-studio/core";
-import { Badge, Card, CardContent } from "@mind-studio/ui";
+import { Badge, Card, CardContent, Logo } from "@mind-studio/ui";
import { useRouter } from "next/navigation";
import { useEffect } from "react";
import { APP_NAME, oidcIssuer } from "@/lib/config";
@@ -177,12 +177,7 @@ export default function HomePage() {
function TopBar() {
return (