fix: use colored cadCAD logo above title in hero banner
Swap white logo variant for the blue/colored version so it stands out above the cadCAD heading on the dark background. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
39074249b7
commit
7adb8bf1a2
|
|
@ -4,7 +4,7 @@ export default function Hero() {
|
|||
return (
|
||||
<section className="header-background relative flex min-h-screen items-center justify-center px-6 pt-20 text-center text-white">
|
||||
<div className="container mx-auto flex flex-col items-center px-3 md:w-3/5">
|
||||
<CadCADLogo className="mb-4 h-16 md:h-20" variant="white" />
|
||||
<CadCADLogo className="mb-4 h-16 md:h-20" variant="color" />
|
||||
<h1 className="my-4 text-5xl font-bold leading-tight">cadCAD</h1>
|
||||
<p className="mb-2 text-lg italic text-white/80">
|
||||
Complex Adaptive Dynamics Computer-Aided Design
|
||||
|
|
|
|||
Loading…
Reference in New Issue