From 094815af200958d379123eb679019310cf17d39e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:44:38 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ba8ac8..999f0cb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,13 +8,17 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; export default function AboutPage() { return ( - + - +
- +
); -- 2.49.1 From ecbf87c21d90f11d57aba7ea16948ece3fe14b0d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:44:39 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a657da0..cf1b845 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,13 +9,17 @@ import { Mail } from "lucide-react"; export default function ContactPage() { return ( - + - +
- +
); -- 2.49.1 From 4e6c215d23da8cfd8228007a206af57d29d499f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:44:39 +0000 Subject: [PATCH 3/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 98f2d9d..ab21440 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,13 +8,17 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function MenuPage() { return ( - + - -
- + +
+ +
+ - ); -- 2.49.1