Add YouTube transcripts tab to Mission Control

This commit is contained in:
Horus
2026-02-27 15:00:38 +01:00
parent 0a4853bcda
commit d7cd81b293
18 changed files with 3517 additions and 12 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ import { useSearchParams, useRouter, usePathname } from "next/navigation";
import Image from "next/image";
import { motion } from "framer-motion";
import PaymentButton from "@/components/stripe/PaymentButton";
import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget";
// import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget";
type Language = "es" | "en";
type Vertical = "real-estate" | "restaurant" | "clinic" | "home-services";
@@ -532,11 +532,11 @@ function DemosContent() {
<p>{t.footer}</p>
</footer>
{/* Voice AI Widget */}
<SiteMenteVoiceWidget
{/* Voice AI Widget - Disabled for V2 */}
{/* <SiteMenteVoiceWidget
businessName={businessName || "SiteMente Demo"}
businessType={selected}
/>
/> */}
</div>
);
}