From 0930e6a57010d2e6bcd25a180bc7fc8165613142 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:32 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

- +
); -- 2.49.1 From 4ec0ee4992f3524c6c318b56afd51d372e9cf4b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:32 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 ( - + - - - + +
+ +
+
); -- 2.49.1 From 3bbae5db3ba5eb0ebd057fc7ecde1d5423783b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:32 +0000 Subject: [PATCH 3/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

- +
); -- 2.49.1 From 76a2c0e0a38ddfcf6b0d5c1430dca2f614145478 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:33 +0000 Subject: [PATCH 4/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

- +
); -- 2.49.1