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