From d9d8e14e5262005bf0b3fb5254cc8386a4eb92eb Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 11 Dec 2025 14:50:05 -0600 Subject: [PATCH] Update logo to orchard/tree design - Three trees representing an orchard - Center tree larger for visual hierarchy - Side trees with subtle opacity - Ground line for grounding effect --- frontend/src/components/Layout.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 20627a0..3ea1df2 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -16,9 +16,18 @@ function Layout({ children }: LayoutProps) {
- - - + {/* Three trees representing an orchard */} + {/* Left tree */} + + + {/* Center tree (larger) */} + + + {/* Right tree */} + + + {/* Ground line */} +
Orchard