Pages — Simple Landing
A lean landing page composed from marketing blocks — minimal navbar, hero, split features, spotlight testimonial, CTA panel and footer.
A lean, single-product landing page for when the full SaaS layout is more than you need: a minimal navbar, an agency hero, alternating split features, a spotlight testimonial, a CTA panel and a minimal footer. Every block is theme-aware — try the theme switcher above the preview.
Preview
We build brands that refuse to blend in.
A small studio for ambitious teams. Strategy, identity, and product design — shipped end to end, no handoffs lost in translation.
Work together, in real time
Everyone stays in sync. Comments, mentions and live cursors keep the whole team moving as one.
- Live multiplayer editing
- Threaded comments
- Granular roles & permissions
Let the busywork run itself
Trigger workflows on any event and connect the tools you already use. Set it once and forget it.
- Visual workflow builder
- 200+ integrations
- Webhooks & a full API
“This is the first tool where design and engineering finally speak the same language. We moved twice as fast and the product has never looked better.”
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 landing/simpleInstalls page.svelte plus every block it composes. Some of those blocks pull
@lucide/svelte for icons.
Usage
<script lang="ts">
import Landing from "$lib/pages/landing/simple/page.svelte";
</script>
<Landing />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. For the full marketing layout, see the SaaS landing.
Source
src/lib/pages/landing/simple/page.svelte