Components
Split-panel hero: dark navy left with specs table, right image or grid pattern. Tabular typography and no rounded corners for a professional B2B commercial property feel.
Loading preview...
import HeroBusiness from "@/components/ui/hero-business"
export default function HeroBusinessDemo() {
return (
<HeroBusiness
badge="Verslo centras · Vilnius"
headline="Biurų erdvės verslui, kuris auga"
subheadline="Klasa A+ verslo centras Vilniaus šiaurės vakarų pramoniniame kvartale. Nuo 200 iki 2 400 m²."
specs={[
{ label: "Plotas nuo", value: "200 m²" },
{ label: "Aukštai", value: "4–12" },
{ label: "Vietų stovėjimui", value: "320" },
{ label: "Energijos klasė", value: "A+" },
]}
primaryCta={{ label: "Gauti pasiūlymą", href: "#" }}
secondaryCta={{ label: "Atsisiųsti brošiūrą", href: "#" }}
/>
)
}