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 icon: React.ReactNode
features: string[] features: string[]
technicalDetails: string[] technicalDetails: string[]
href: string href?: string
isExternal?: boolean isExternal?: boolean
externalUrl?: string externalUrl?: string
} }