Add Social Events tab with reservations

This commit is contained in:
2026-06-27 19:40:22 -05:00
parent 71ae322b3f
commit 744830c3cd
10 changed files with 939 additions and 138 deletions
+1
View File
@@ -8,6 +8,7 @@ const links = [
{ href: '/rooms', label: 'Rooms' },
{ href: '/coffee', label: 'Coffee' },
{ href: '/landscape', label: 'Landscape' },
{ href: '/social-events', label: 'Social Events' },
{ href: '/comments', label: 'Comments' },
];