+
+
+
+
+
+ Sample guild
+
+
+
+
+
+ {new Intl.NumberFormat("en", {
+ notation: "compact",
+ }).format(125244)}
+
+
+
+ 5 groups
+
+
+
+ );
+};
diff --git a/src/app/explorer/page.tsx b/src/app/explorer/page.tsx
new file mode 100644
index 0000000000..83f7cd1db5
--- /dev/null
+++ b/src/app/explorer/page.tsx
@@ -0,0 +1,11 @@
+import { GuildCard } from "./components/GuildCard";
+
+const Explorer = () => {
+ return (
+