Add Kaiserhacks page

This commit is contained in:
Dorian
2026-05-19 20:58:07 -05:00
parent c431a0066f
commit c837dfdad7
112 changed files with 1023 additions and 91 deletions

View File

@@ -48,7 +48,9 @@ const navItems = [
{ key: 'nav.bundles', href: '/#bundles' },
{ key: 'nav.revitalization', href: '/#revitalize' },
{ key: 'nav.about', href: '/#about' },
{ key: 'nav.kaiserhacks', href: '/kaiserhacks' },
]
const navSecondaryItems = []
const categoryProducts = computed(() => productsByUseCase(products)[props.useCase] || [])
@@ -103,6 +105,7 @@ onBeforeUnmount(() => {
variant="brand"
layout="standard"
:items="navItems"
:secondary-items="navSecondaryItems"
:cart-count="cart.count"
:products="products"
@cart="cartOpen = true"