diff --git a/components/chatwidget.tsx b/components/chatwidget.tsx
new file mode 100644
index 0000000..a2acadc
--- /dev/null
+++ b/components/chatwidget.tsx
@@ -0,0 +1,20 @@
+'use client'
+
+import Script from 'next/script'
+
+export function ChatWidget() {
+ return (
+ <>
+
+
+ >
+ )
+}