Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-09 09:53:11 +00:00
parent 93cee8ff26
commit e5bf4fc585

View File

@@ -109,6 +109,7 @@ export default function DashboardPage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="AccountHub"
button={{ text: 'Get Started', href: '/register' }}
/>
</div>