+ {/* Header with title and fun mode button aligned horizontally */}
+
+
+
{title}
+ {lastUpdated && (
+
+ Last Updated: {lastUpdated}
+
+ )}
+
+
+
+
+
+ );
+};
+
+export default PolicyPage;
diff --git a/cloud/app/components/temp-page.tsx b/cloud/app/components/temp-page.tsx
deleted file mode 100644
index 1173ff9964..0000000000
--- a/cloud/app/components/temp-page.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-// todo(sebastian): remove once content (md/mdx) is ported
-export function TempPage({ name }: { name: string }) {
- return