Initial commit: spreewaldzeit + Dockerfile for Coolify (Next.js + Prisma/SQLite)
This commit is contained in:
15
components/home/SpreeMap.tsx
Normal file
15
components/home/SpreeMap.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user