Components
High-contrast dark-navy hero with diagonal clip-path bottom, amber accent bar and stat callout. Strong geometric feel for city-centre development landing pages.
Loading preview...
import HeroUrban from "@/components/ui/hero-urban"
export default function HeroUrbanDemo() {
return (
<HeroUrban
badge="Kauno centras · 2026"
headline="Gyvenkite miesto širdyje"
subheadline="135 modernūs butai verslo ir kultūros centre. Nuo 45 iki 120 m²."
stat={{ value: "135", label: "Butų iš viso" }}
primaryCta={{ label: "Žiūrėti laisvus butus", href: "#" }}
secondaryCta={{ label: "Virtualus turas", href: "#" }}
/>
)
}