From 95764039c7919f7bbaac0913526884b4c29c35c2 Mon Sep 17 00:00:00 2001
From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com>
Date: Mon, 6 Jul 2026 15:28:11 +0200
Subject: [PATCH] Add admin-configurable website settings and VIN field to
contact form
Adds a Website settings tab (hero image, phone, WhatsApp, email) that
feeds the navbar, footer and contact page via a new SiteSettingsContext,
redesigns the navbar with a bigger centered logo plus phone/WhatsApp/shop
links, and adds a VIN/chassis-number field to the contact form, admin
inbox and notification email.
Co-Authored-By: Claude Sonnet 5
- info@hifi-planet-amorbach.de + {contactEmail}
(value || '').replace(/[^\d+]/g, ''); + export default function Navbar() { const [open, setOpen] = useState(false); const { user } = useAuth(); + const { phone, whatsapp } = useSiteSettings(); + + const AdminIcon = user && ( + +