Pages — Simple Landing
Halaman landing ramping yang disusun dari blok marketing — navbar minimal, hero, split features, testimoni sorotan, panel CTA, dan footer.
Halaman landing ramping satu-produk untuk saat layout SaaS penuh terasa berlebihan: navbar minimal, hero agency, split features berselang-seling, testimoni sorotan, panel CTA, dan footer minimal. Setiap blok sadar-tema — coba pengalih tema di atas 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/simpleMenginstal page.svelte plus setiap blok yang disusunnya. Beberapa blok itu menarik
@lucide/svelte untuk ikon.
Usage
<script lang="ts">
import Landing from "$lib/pages/landing/simple/page.svelte";
</script>
<Landing />Halaman ini hanya komposisi — ia mengimpor setiap blok dan menumpuknya berurutan, tanpa props.
Sunting masing-masing blok di bawah src/lib/blocks/ untuk mengubah teks, atau susun ulang / hapus
section di page.svelte. Untuk layout marketing penuh, lihat SaaS landing.
Source
src/lib/pages/landing/simple/page.svelte