From d344652a2f140f4cfe132d929f529426fa3b9751 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 21 Oct 2025 17:28:07 +0300 Subject: [PATCH] add crisp --- src/app/layout.tsx | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b78a285..60c9e32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,6 @@ import { type Metadata } from 'next' import { Inter } from 'next/font/google' +import Script from 'next/script' import clsx from 'clsx' import '@/styles/tailwind.css' @@ -29,7 +30,28 @@ export default function RootLayout({ }) { return ( - {children} + + {children} + + {/* Crisp Chat */} +