diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a5653bd..9b55538 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,6 +4,7 @@ import "./globals.css"; import { ClientNavigation } from "@/components/navigation"; import Script from "next/script"; import PlausibleProvider from "next-plausible"; +import { ClientFooter } from "@/components/footer"; const inter = Inter({ subsets: ["latin"] }); @@ -28,30 +29,46 @@ export default function RootLayout({ }>) { return ( - - - -
- -
- {children} -