VoxKit's Research-Driven Approach
diff --git a/app/page.tsx b/app/page.tsx
index b9b071e..d0a026d 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,16 +1,22 @@
"use client";
import {
- Download,
ChevronDown,
Clock,
FileCheck,
FolderSync,
+ Github,
Users,
} from "lucide-react";
+import Image from "next/image";
import WaveSeparator from "../components/WaveSeparator";
import GridButton from "../components/GridButton";
import { Footer, Navbar } from "../layout";
+const GITHUB_URL =
+ "https://github.com/BrainBehaviorAnalyticsLab/voxkit-desktop";
+
+const INTERSPEECH_URL = "https://interspeech2026.org/";
+
export default function VoxKitLanding() {
const features = [
{
@@ -92,14 +98,38 @@ export default function VoxKitLanding() {
workflows with zero command-line headaches.
- {/* CTA Buttons */}
-
-
- Get Started Today
-
+ {/* Interspeech 2026 Show & Tell badge.
+ The conference wordmark is dark-on-transparent artwork, so it sits
+ on a white chip rather than being recoloured to suit the hero.
+ Below sm the chip stands alone -- the two lines of text do not fit
+ beside it at that width, and the logo already carries the year. */}
+
diff --git a/public/interspeech-2026.png b/public/interspeech-2026.png
new file mode 100644
index 0000000..791d67a
Binary files /dev/null and b/public/interspeech-2026.png differ