From 999f7c471bc0ab5d5a6391422e663a86a07b4873 Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:10:16 +0200 Subject: [PATCH] Close two gaps against the contact form handoff spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The redesign itself shipped earlier (78d3d4a, 3079bd2); comparing the implementation against the README again surfaced two missing details: - The light-mode backdrop's subtle topo wave lines (five 1px curved paths in --kf-topo, top-left, ~360x280) were never implemented. - The Google Maps embed showed Google's own info overlay in the top-left corner behind our "In Maps öffnen" chip. The iframe is now rendered taller inside a clipped 210px container with a negative top margin, cropping that overlay away while keeping the marker and the required bottom attribution visible. Co-Authored-By: Claude Fable 5 --- hifi-src/src/pages/public/ContactPage.jsx | 38 ++++++++++++++----- hifi/assets/index-CHiguyP-.css | 1 - hifi/assets/index-CTVFMvNc.css | 1 + .../{index-DCz9ru6D.js => index-CVbBNBDp.js} | 2 +- hifi/index.html | 4 +- 5 files changed, 33 insertions(+), 13 deletions(-) delete mode 100644 hifi/assets/index-CHiguyP-.css create mode 100644 hifi/assets/index-CTVFMvNc.css rename hifi/assets/{index-DCz9ru6D.js => index-CVbBNBDp.js} (87%) diff --git a/hifi-src/src/pages/public/ContactPage.jsx b/hifi-src/src/pages/public/ContactPage.jsx index fbeb448..e692afc 100644 --- a/hifi-src/src/pages/public/ContactPage.jsx +++ b/hifi-src/src/pages/public/ContactPage.jsx @@ -229,6 +229,21 @@ export default function ContactPage() { style={{ background: 'radial-gradient(circle, rgba(207,239,90,0.35), transparent 70%)' }} /> + {/* Light Mode: dezente Topo-Wellenlinien oben links (README "Hintergruende"). */} +
{/* Hero */} @@ -553,15 +568,20 @@ export default function ContactPage() { )} -