+
+ Toasts made on this website so far
+
+
+ {letters.map((l, i) => (
+
+ {l}
+
+ ))}
+
+
+
+ );
+};
diff --git a/site/pages/index.tsx b/site/pages/index.tsx
index 36ba7c9..bf4bcd6 100644
--- a/site/pages/index.tsx
+++ b/site/pages/index.tsx
@@ -16,6 +16,7 @@ import { version } from '../../package.json';
import { ToastExample } from '../components/sections/toast-example';
import { Footer } from '../components/sections/footer';
import { ToasterExample } from '../components/sections/toaster-example';
+import { SplitbeeCounter } from '../components/sections/splitbee-counter';
import Link from 'next/link';
const Feature: React.FC = ({ children }) => (
@@ -236,11 +237,12 @@ export default function Home() {
+