From 39074249b76fd4dd97764c6271a2984ab797dde7 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Feb 2026 18:38:22 +0000 Subject: [PATCH] feat: add logo above title and full acronym to hero banner - Place white cadCAD logo above the "cadCAD" heading - Add "Complex Adaptive Dynamics Computer-Aided Design" subtitle Co-Authored-By: Claude Opus 4.6 --- src/components/Hero.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index ea1c994..c08a3b6 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -1,8 +1,14 @@ +import CadCADLogo from "./CadCADLogo"; + export default function Hero() { return (
+

cadCAD

+

+ Complex Adaptive Dynamics Computer-Aided Design +

An open-source Python package that assists in the processes of designing, testing and validating complex systems through simulation.