From ca4d3a2079d658d05f2122f3248d1c49d5df80d9 Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:07:42 +0200 Subject: [PATCH] Swap hero photo so the header needs no background trick at all New hero (dual subwoofers + purple-lit amp panels) is dark enough top-to-bottom that the transparent header's white text/icons read cleanly without any pill or backing behind the logo - removed that workaround entirely. The old hero photo moves into the "Einblicke" gallery grid instead of being dropped. Co-Authored-By: Claude Sonnet 5 --- hifi-src/src/components/Navbar.jsx | 2 +- hifi-src/src/pages/public/Home.jsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hifi-src/src/components/Navbar.jsx b/hifi-src/src/components/Navbar.jsx index 6d88408..b41f3d7 100644 --- a/hifi-src/src/components/Navbar.jsx +++ b/hifi-src/src/components/Navbar.jsx @@ -107,7 +107,7 @@ export default function Navbar() { - + HifiPlanet diff --git a/hifi-src/src/pages/public/Home.jsx b/hifi-src/src/pages/public/Home.jsx index b0dd377..dc7e4ef 100644 --- a/hifi-src/src/pages/public/Home.jsx +++ b/hifi-src/src/pages/public/Home.jsx @@ -8,12 +8,12 @@ import StarRating from '../../components/StarRating.jsx'; import TestimonialSlider from '../../components/TestimonialSlider.jsx'; import ExternalEmbed from '../../components/ExternalEmbed.jsx'; import { useSiteSettings } from '../../context/SiteSettingsContext.jsx'; -import defaultHeroImage from '../../assets/photos/hero-trunk.jpg'; +import defaultHeroImage from '../../assets/photos/gallery-dash2.jpg'; import galleryAmp from '../../assets/photos/gallery-amp-purple.jpg'; import gallerySpeaker from '../../assets/photos/gallery-speaker.jpg'; import gallerySubs from '../../assets/photos/gallery-subs.jpg'; import galleryDash from '../../assets/photos/gallery-dash.jpg'; -import galleryDash2 from '../../assets/photos/gallery-dash2.jpg'; +import galleryTrunk from '../../assets/photos/hero-trunk.jpg'; import galleryRear from '../../assets/photos/gallery-rear.jpg'; import heroHighlight from '../../assets/leistungen/hero-highlight.jpg'; @@ -41,7 +41,7 @@ const gallery = [ { src: gallerySpeaker, alt: 'Hochtöner- und Mitteltöner-Einbau von Focal Utopia' }, { src: galleryDash, alt: 'Sony Navigationssystem mit Apple CarPlay im Cockpit' }, { src: galleryRear, alt: 'Verbauter Hochtöner im Kofferraum' }, - { src: galleryDash2, alt: 'Individuell beleuchtetes Cockpit mit Soundsystem' }, + { src: galleryTrunk, alt: 'Individueller Subwoofer-Einbau mit LED-Beleuchtung im Kofferraum' }, ]; const testimonials = [ @@ -133,7 +133,7 @@ export default function Home() {