"use client" import Image from 'next/image' import Link from 'next/link' type Dict = Awaited> export default function Hero({ dict }: { dict: Dict }) { const d = dict.home.hero return ( <>