diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3c00427..53748af 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,21 +8,22 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ContactPage() { return ( - + - + + /> + - + + useInvertedBackground={false} + /> + - + + /> + );