diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index f9a4bb8..3ade3a0 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -16,18 +16,18 @@ function Layout({ children }: LayoutProps) {
- {/* Three trees representing an orchard */} - {/* Left tree */} - - - {/* Center tree (larger) */} - - - {/* Right tree */} - - - {/* Ground line */} - + {/* Three fruit trees representing an orchard */} + {/* Left tree - rounded canopy */} + + + {/* Center tree - larger rounded canopy */} + + + {/* Right tree - rounded canopy */} + + + {/* Ground */} +
Orchard