Pages — About
An about page composed from blocks — navbar, hero, stats band, team grid, CTA panel and footer.
A complete about / company page: a minimal navbar, a consulting-style hero, a stats band, the team grid, a closing CTA panel and a minimal footer. Every block is theme-aware — try the theme switcher above the preview.
Preview
Clarity for the decisions that actually move the number.
We embed with your team to find the 20% of work driving 80% of results — then help you ship it.
The people behind the product
A small team that ships fast and answers its own support tickets.
Start building today
Get product updates and early access. Drop your email — we'll take it from here.
Install
bun x bosia@latest add page company/aboutInstalls page.svelte plus every block it composes. Several of those blocks pull
@lucide/svelte for icons.
Usage
<script lang="ts">
import About from "$lib/pages/company/about/page.svelte";
</script>
<About />The page is composition only — it imports each block and stacks them in order, with no props.
Edit the individual blocks under src/lib/blocks/ to change copy, or reorder / remove sections in
page.svelte. Add team/spotlight above the team grid for a founder feature, or swap the hero
for any other heros/* block.
Source
src/lib/pages/company/about/page.svelte