diff --git a/app/features/page.tsx b/app/features/page.tsx index 879ca50..2f908f4 100644 --- a/app/features/page.tsx +++ b/app/features/page.tsx @@ -128,7 +128,7 @@ export default function FeaturesPage() { {/* Mission Statement */} -
+

Mission

diff --git a/app/foundations/page.tsx b/app/foundations/page.tsx index d5c1fde..ea85542 100644 --- a/app/foundations/page.tsx +++ b/app/foundations/page.tsx @@ -113,7 +113,7 @@ export default function InspirationPage() {
{/* Summary Box */} -
+

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. */} +
+ + + Interspeech 2026 + + + + Catch our Show & Tell demo + + + ICC Sydney · 27 Sep – 1 Oct 2026 + + + +
- Expected Workflow + Get Started Today + {/* Secondary to the CTA beside it: the source is for people who + want to read or contribute, not the path a researcher + installing VoxKit takes. */} - Install VoxKit + View on GitHub
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