diff --git a/internals/ui/pages/themes.templ b/internals/ui/pages/themes.templ
index cb6b428..e12308b 100644
--- a/internals/ui/pages/themes.templ
+++ b/internals/ui/pages/themes.templ
@@ -127,6 +127,32 @@ templ ThemePreview() {
}
+
+
+
+ @components.Toggle(components.ToggleProps{
+ ID: "marketing",
+ Name: "marketing",
+ LabelRight: "Receive marketing emails",
+ })
+
+
+ @components.Toggle(components.ToggleProps{
+ ID: "notifications",
+ Name: "notifications",
+ LabelRight: "Enable notifications",
+ Checked: "true",
+ })
+
+
+ @components.Toggle(components.ToggleProps{
+ ID: "beta",
+ Name: "beta",
+ LabelRight: "Join beta program",
+ Disabled: "true",
+ })
+
+