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 ( - + - +
- +
); 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 ( - + - +
- +
); 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 ( - + - -
- + +
+ +
+ - );