UI: Homepage hero is text-only with no visual hook #60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hero section is entirely text-based: headline + subtext + CTA. Only decoration is a subtle SVG pattern at 3% opacity.
Location
`src/routes/index.tsx` lines 36-54, `src/global.css` lines 196-204
Suggested Fix
Fixed in commit
469cfa2Three changes applied:
More pronounced gradient — changed from
180deg(straight down) to160degdiagonal with a#f0ede6mid-stop at 50%. Adds visual warmth and depth.Pattern opacity — bumped from
0.03to0.05. Still subtle but more visible texture.Floating wrench icon — added a decorative SVG wrench (Lucide wrench path) positioned absolutely at top-left with opacity 0.1, rotated 12deg. Hidden on mobile, visible on md+ screens.
Closes #60