From f227eb38c854798e2954f3aca03060f5ef70c89e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 17:32:49 -0800 Subject: [PATCH] fix: reposition hero banner image above text with hexagon shifted up Move background image from CSS background to full-bleed Image element, remove CadCADLogo component, and anchor title text to lower third of hero. Co-Authored-By: Claude Opus 4.6 --- src/app/globals.css | 5 +---- src/components/Hero.tsx | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index eb6de65..e13a194 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -34,11 +34,8 @@ html { scroll-behavior: smooth; } -/* Header background - uses the original cadCAD background image */ +/* Header background */ .header-background { - background-image: url('/images/cadcad-bg.png'); - background-size: cover; - background-position: center; background-color: #161645; } diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 98dbc77..e94d6c7 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -1,11 +1,23 @@ -import CadCADLogo from "./CadCADLogo"; +import Image from "next/image"; export default function Hero() { return ( -
-
- -

cadCAD

+
+ {/* Background image - full width, hexagon shifted upward */} +
+ +
+ + {/* Text content anchored to lower third */} +
+
+

cadCAD

Complex Adaptive Dynamics Computer-Aided Design

@@ -32,10 +44,11 @@ export default function Hero() { Join our community
+
{/* Scroll indicator */} -
+