Components
Warm-earth hero with noise-texture overlay, forest-green palette and organic rounded corners. Ideal for eco-friendly or suburban family residential projects.
Loading preview...
import HeroNatural from "@/components/ui/hero-natural"
export default function HeroNaturalDemo() {
return (
<HeroNatural
badge="Ekologiškas projektas"
headline="Gyvenkite miško prieglobstyje"
subheadline="48 šeimų namai tarp senų ąžuolų. Energijos klasė A+. 5 minutės iki miesto centro."
primaryCta={{ label: "Sužinoti kainą", href: "#" }}
secondaryCta={{ label: "Projekto aprašymas", href: "#" }}
/>
)
}