diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b6d335..1559500 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,18 +8,18 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating export default function AboutPage() { return ( - +
+
- + {/* Contact section removed to match registry availability if preferred */}
+
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9297564..26c1a53 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,23 +8,26 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function MenuPage() { return ( - +