diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c88f53e..a993b3d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 71eb1ec..2e629d8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e988d0e..d68e85d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function GalleryPage() { return ( - + - - - + + + ); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e0b9ff0..bbbfc0e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function MenuPage() { return ( - + - - - + + + );