File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { Inter, Righteous } from 'next/font/google';
44import './globals.css' ;
55import { Toaster } from "@/components/ui/toaster" ;
66import TwinklingStars from '@/components/layout/twinkling-stars' ;
7+ import Script from 'next/script' ;
78
89const fontSans = Inter ( {
910 subsets : [ 'latin' ] ,
@@ -58,6 +59,15 @@ export default function RootLayout({
5859 { children }
5960 </ div >
6061 < Toaster />
62+ < Script id = "zoho-salesiq-inline" strategy = "lazyOnload" >
63+ { `window.$zoho=window.$zoho || {};$zoho.salesiq=$zoho.salesiq||{ready:function(){}}` }
64+ </ Script >
65+ < Script
66+ id = "zsiqscript"
67+ src = "https://salesiq.zohopublic.in/widget?wc=siq770fac757336897d739f9273d8f8f7b3aec5f63c512be52582e5f9e3440d863b"
68+ strategy = "lazyOnload"
69+ defer
70+ />
6171 </ body >
6272 </ html >
6373 ) ;
You can’t perform that action at this time.
0 commit comments