Sigta UI · Kit

Section · Footer

Site footer — zero-config (brand, nav columns, signoff)

Source
<sigta:section.footer />

Custom tagline + columns

Source
<sigta:section.footer
        tagline="Et lille studie, der bygger holdbar software."
        signoff="© 2026 Dit Firma · CVR 00000000"
        :columns="[
            ['heading' => 'Produkt', 'links' => [
                ['label' => 'Funktioner', 'href' => '#funktioner'],
                ['label' => 'Priser', 'href' => '#priser'],
            ]],
            ['heading' => 'Kontakt', 'links' => [
                ['label' => 'Skriv til os', 'href' => 'mailto:hej@eksempel.dk'],
            ]],
        ]" />