diff --git a/index.html b/index.html index 8b2636a..7eab5c8 100644 --- a/index.html +++ b/index.html @@ -8,17 +8,17 @@ - - - + + + - - + + - Pipecat - %VITE_APP_TITLE% + The World's Fastest Voice Bot Demo
diff --git a/src/Splash.tsx b/src/Splash.tsx index 1947ad3..ab6695d 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -1,4 +1,10 @@ import React from "react"; +import { Book, Info, Rocket } from "lucide-react"; + +import CerebriumLogo from "@/assets/logos/cerebrium.png"; +import DailyLogo from "@/assets/logos/daily.png"; +import DeepgramLogo from "@/assets/logos/deepgram.png"; +import L3Logo from "@/assets/logos/llama3.png"; import { Button } from "./components/ui/button"; @@ -8,27 +14,77 @@ type SplashProps = { const Splash: React.FC = ({ handleReady }) => { return ( -
-
+
+

- Very Fast Voice AI Agents - Demo + The World's Fastest Voice Bot Demo

-

- A demo showcasing the potential capabilities of voice-driven AI - chatbots when optimized and deployed to minimize network and model - latency. -

-

- Our goal was to demonstrate human-level interaction with an LLM by - situating the core technologies alongside each other. In - voice-to-voice interaction, every millisecond counts for fluid - conversation. -

-