Marketing Pages
Ready-to-use marketing sections and pages from the public UI kit — heroes, features, pricing, testimonials, and more.
Overview
@siteknock/ui-public gives you a library of marketing section cards and full pages so you can assemble a compelling public site without designing from scratch. All copy comes from i18n and all styling from your branding.
Section cards
Compose landing pages from ready-made sections:
- Hero — headline, call-to-action, and optional media
- Feature grid — icon, title, and description tiles
- Pricing — tiered plans with feature lists
- Testimonials — quote, author, and avatar
- CTA banners — focused call-to-action
- Stats — compact metric rows
- FAQ — accordion question/answer
- Logo cloud — partner and customer logos
- Footer — link columns and copyright
Full pages
| Page | Route | Description |
|---|---|---|
| Landing | / or your configured landing page | A full marketing page composed of section cards |
| Contact | /contact | Contact form with validation and email delivery |
| Coming Soon | /coming-soon | Pre-launch teaser with email capture |
import { LandingPage } from "@siteknock/ui-public/landing"
import { ContactPage } from "@siteknock/ui-public/contact"
import { ComingSoonPage } from "@siteknock/ui-public/coming-soon"
Customization
- Content — all text lives in translation files; nothing is hardcoded.
- Branding — colors, fonts, and logos come from your theme settings.
- Layout — compose sections into the landing page via config or the Page Workspace.
Design and arrange marketing content in the Page Workspace so your copy stays localizable and your layout stays consistent.
Next steps
Was this page helpful?