diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index 11f5555..5eb23bf 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -1,6 +1,7 @@ import Footer from "@/components/shared/Footer"; import Navbar from "@/components/shared/Navbar"; import Banner from "@/components/widgets/Banner"; +import NoScript from "@/components/shared/NoScript"; import { Home } from "lucide-react"; import { Metadata } from "next"; @@ -52,6 +53,7 @@ export default function PageLayout({ buttonText="Read more" /> +