Clean up: Remove all old widgets, keep only V2 (disabled by default)
This commit is contained in:
+4
-2
@@ -8,7 +8,8 @@ import HeroSlider, {
|
||||
import JsonLdSchemas from "../components/site-mente/JsonLdSchemas";
|
||||
import ServicesAndPricing from "../components/site-mente/ServicesAndPricing";
|
||||
import SeoMeta from "../components/site-mente/SeoMeta";
|
||||
import SiteMenteVoiceWidget from "../components/SiteMenteVoiceWidget";
|
||||
// Old widget disabled - using V2 only
|
||||
// import SiteMenteVoiceWidget from "../components/SiteMenteVoiceWidget";
|
||||
|
||||
const fadeUp = {
|
||||
hidden: { opacity: 0, y: 24 },
|
||||
@@ -781,7 +782,8 @@ export default function HomePage() {
|
||||
<div className="font-sans text-white bg-[#5e4a8a]">
|
||||
<SeoMeta lang={lang} />
|
||||
<JsonLdSchemas lang={lang} />
|
||||
<SiteMenteVoiceWidget initialLang={lang} />
|
||||
{/* Old widget disabled - V2 coming soon */}
|
||||
{/* <SiteMenteVoiceWidget initialLang={lang} /> */}
|
||||
<header className="relative overflow-hidden">
|
||||
<nav className="relative z-10 border-b border-white/10 bg-[#5e4a8a]/90 backdrop-blur">
|
||||
<div className="mx-auto flex w-full max-w-6xl items-center justify-between px-6 py-4">
|
||||
|
||||
Reference in New Issue
Block a user