diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 275b369..115b4d5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,32 +9,39 @@ import { Utensils } from "lucide-react"; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8631335..ca8a93a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,40 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 530c9a2..677d43b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,39 +8,46 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function MenuPage() { return ( - + - - - + + + );