import Link from 'next/link' import clsx from 'clsx' export function AppStoreLink({ color = 'black', }: { color?: 'black' | 'white' }) { return ( ) }