Add YouTube transcripts tab to Mission Control
This commit is contained in:
+4
-4
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user