diff --git a/frontend/public/divemap_logo_domain_top5_extend.png b/frontend/public/divemap_logo_domain_top5_extend.png new file mode 100644 index 00000000..e9fcfba8 Binary files /dev/null and b/frontend/public/divemap_logo_domain_top5_extend.png differ diff --git a/frontend/src/components/HeroSection.jsx b/frontend/src/components/HeroSection.jsx index cae0c53f..dab2f8e3 100644 --- a/frontend/src/components/HeroSection.jsx +++ b/frontend/src/components/HeroSection.jsx @@ -60,24 +60,36 @@ const HeroSection = ({ {/* Desktop Layout */} -
+
{logoBackground && ( -
- -
+ <> +
+
+
+
+
+
+ +
+ )} -
+
{/* Left Column - Title (Vertical) */}

{title}

@@ -93,7 +105,7 @@ const HeroSection = ({
{/* Center Column - Logo Background */} -
+
{/* Logo is already in the background, this creates space */}
@@ -117,8 +129,8 @@ const HeroSection = ({ {/* Bottom Section - Buttons */} {children && ( -
-
+
+
{children}
diff --git a/frontend/src/pages/DiveTrips.jsx b/frontend/src/pages/DiveTrips.jsx index 3dbb710c..692ac341 100644 --- a/frontend/src/pages/DiveTrips.jsx +++ b/frontend/src/pages/DiveTrips.jsx @@ -683,7 +683,7 @@ const DiveTrips = () => { logoBackground={true} threeColumnLayout={true} > -
+