Add $VOICEBOX token section below the hero

This commit is contained in:
James Pine
2026-06-26 14:45:35 -07:00
parent 45b64e0233
commit 21c7e373d3
2 changed files with 109 additions and 0 deletions
+4
View File
@@ -12,6 +12,7 @@ import {Navbar} from "@/components/Navbar";
import {Personalities} from "@/components/Personalities";
import {AppleIcon, LinuxIcon, WindowsIcon} from "@/components/PlatformIcons";
import {SupportedModels} from "@/components/SupportedModels";
import {TokenSection} from "@/components/TokenSection";
import {TutorialsSection} from "@/components/TutorialsSection";
import {VoiceCreator} from "@/components/VoiceCreator";
import {GITHUB_REPO} from "@/lib/constants";
@@ -130,6 +131,9 @@ export default function Home() {
</div>
</section>
{/* ── $VOICEBOX token ──────────────────────────────────────── */}
<TokenSection />
{/* ── Features ─────────────────────────────────────────────── */}
<Features />