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 */} -
+