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} + /> + - + + /> + ); diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 09d32c1..8b314c0 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -8,38 +8,43 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ProjectsPage() { return ( - + - + + /> + - + + /> + - + + /> + );