diff --git a/app/[locale]/anti-child-sex-abuse/layout.tsx b/app/[locale]/anti-child-sex-abuse/layout.tsx new file mode 100644 index 00000000..a06bd6d8 --- /dev/null +++ b/app/[locale]/anti-child-sex-abuse/layout.tsx @@ -0,0 +1,14 @@ +import Footer from "@/components/landing-page/footer"; +import Navbar from "@/components/landing-page/navbar"; + +const layout: any = async ({ children }: { children: React.ReactNode }) => { + return ( + <> + + {children} +