Add Voice Widget V2 to SiteMente pages (disabled by default)
This commit is contained in:
@@ -5,6 +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 MiniMaxVoiceWidgetV2 from "@/components/MiniMaxVoiceWidgetV2";
|
||||
// import SiteMenteVoiceWidget from "@/components/SiteMenteVoiceWidget";
|
||||
|
||||
type Language = "es" | "en";
|
||||
@@ -537,6 +538,12 @@ function DemosContent() {
|
||||
businessName={businessName || "SiteMente Demo"}
|
||||
businessType={selected}
|
||||
/> */}
|
||||
|
||||
<MiniMaxVoiceWidgetV2
|
||||
businessName={businessName || "SiteMente"}
|
||||
businessType={selected}
|
||||
enabled={false}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user