import { GoogleMapsEmbed } from "@next/third-parties/google"; const API_KEY = process.env.NEXT_PUBLIC_GOOGLE_API_KEY; export default function Page() { return (