diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3cac7b8..9554c35 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,32 +9,41 @@ import { Award } from "lucide-react"; export default function AboutPage() { return ( - + - + - + +
+ - +
+
); diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 0128d52..a43cd0e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,17 +8,22 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function GalleryPage() { return ( - + - -
+ +
- + + /> +
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a2e9437..84c1fac 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,18 +8,23 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function MenuPage() { return ( - + - + - + +
+ - +
+
); diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index d643611..2c0f32a 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -8,17 +8,22 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function OrderPage() { return ( - + - -
+ +
- + + /> +
);