diff --git a/frontend/src/components/guild/SettingsLayout.demo.tsx b/frontend/src/components/guild/SettingsLayout.demo.tsx new file mode 100644 index 0000000..8217832 --- /dev/null +++ b/frontend/src/components/guild/SettingsLayout.demo.tsx @@ -0,0 +1,73 @@ +'use client'; + +import React from 'react'; +import { SettingsLayout } from './SettingsLayout'; + +/** + * Demo page showcasing the Guild Settings Layout. + * Uses dummy router hooks (no actual routing required). + */ +export default function SettingsLayoutDemo(): JSX.Element { + return ( + +
+ {/* Page header */} +
+

+ General Settings +

+

+ Manage your guild's basic information and configuration. +

+
+ + {/* Mock form */} +
+
+

+ Guild Profile +

+ +
+
+ + +
+ +
+ +