Skip to content

Commit 0436f37

Browse files
author
Boopathi
committed
Add chatbot integration
1 parent 4e9d593 commit 0436f37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/layout.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Inter, Righteous } from 'next/font/google';
44
import './globals.css';
55
import { Toaster } from "@/components/ui/toaster";
66
import TwinklingStars from '@/components/layout/twinkling-stars';
7+
import Script from 'next/script';
78

89
const 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
);

0 commit comments

Comments
 (0)