diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e3951a..d9e86b4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,13 +7,15 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - +

About Us

- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c7e450..4f3faf5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,11 +8,15 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8c85585..fd3d308 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,13 +7,15 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function GalleryPage() { return ( - + - +

Gallery

- +
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f356b5e..d2653b9 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,13 +7,15 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function MenuPage() { return ( - + - +

Our Menu

- +
);