diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d26f05a..f05dd71 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,20 +8,28 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function AboutPage() { return ( - + - + - + +
+ - + useInvertedBackground={false} + /> +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6df96ba..67cd0ff 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,21 +8,29 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ContactPage() { return ( - + - + - + +
+ - + useInvertedBackground={false} + /> +
+
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 642a553..0d26a1f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,13 +8,17 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function MenuPage() { return ( - + - + - + + + );