diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx
index c3a2f117..94a75e39 100644
--- a/page/src/landing-page.tsx
+++ b/page/src/landing-page.tsx
@@ -109,7 +109,7 @@ export function LandingPage() {
-
+
{/* Main Headline */}
diff --git a/page/src/playground.tsx b/page/src/playground.tsx
index 052ea58b..d318f6a3 100644
--- a/page/src/playground.tsx
+++ b/page/src/playground.tsx
@@ -15,7 +15,13 @@ import {
import { Settings, loadSettings, saveSettings } from "./settings";
import { SettingsMenu } from "@/components/settings-menu";
-import { PlayFill, StopFill, GearFill, PauseFill } from "react-bootstrap-icons";
+import {
+ PlayFill,
+ StopFill,
+ GearFill,
+ PauseFill,
+ HouseFill,
+} from "react-bootstrap-icons";
import { StatusIndicator } from "@/components/status-indicator";
import { Header } from "./Header";
@@ -214,6 +220,11 @@ export class Playground extends React.Component<
/>