Files
spreewaldzeit/components/home/SpreeMap.tsx

16 lines
462 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export function SpreeMap() {
return (
<iframe
src="https://maps.google.com/maps?q=Kraftwerkstra%C3%9Fe+10%2C+03226+Vetschau%2FSpreewald&z=15&output=embed"
width="100%"
height="300"
className="md:!h-[440px]"
style={{ border: 0, display: "block" }}
allowFullScreen
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
title="Spreewaldzeit Kraftwerkstraße 10, Vetschau/Spreewald"
/>
);
}