Update page.tsx

This commit is contained in:
MacRimi 2025-05-17 18:47:13 +02:00
parent 02903fd7e5
commit 20604b2643

View File

@ -64,7 +64,7 @@ interface NASSystemProps {
icon: React.ReactNode
features: string[]
technicalDetails: string[]
href: string
href?: string
isExternal?: boolean
externalUrl?: string
}