'use client'; export default function Footer({ reactVersion, nextVersion, }: { reactVersion: string; nextVersion: string; }) { return (