跳到內容
調色盤星雲光譜
選擇版面配色

即時套用,保留目前的亮暗模式。

SaaSLandingPageLayout (am-saas-landing-page-layout)

SaaSLandingPageLayout 提供 SaaS landing page 的 page-level flow,使用既有 NavMenuHeroFeatureGridPricingSectionFooter。它不會替 consumer 決定 billing、entitlement 或試用流程。

---
import SaaSLandingPageLayout from "@astromer/core/components/SaaSLandingPageLayout.astro";
---
<SaaSLandingPageLayout
brandLabel="Orbitly"
navItems={[{ label: "Product", href: "#features" }, { label: "Pricing", href: "#pricing" }]}
title="A calmer workspace for teams shipping every week."
primaryAction={{ label: "Start free trial", href: "/signup" }}
stats={[{ label: "Teams onboarded", value: "2,400+" }]}
features={[{ title: "One clear workspace", description: "Keep decisions and handoffs together." }]}
plans={[{ name: "Studio", price: "NT$2,400", features: ["Unlimited pages"], action: { label: "Choose Studio", href: "/signup" } }]}
footer={{ copyright: "© 2026 Orbitly" }}
>
<div slot="hero-media" aria-label="Product preview">Product preview</div>
</SaaSLandingPageLayout>

hero-mediasocial-proofclosing slots 可插入 product preview、logo cloud、testimonial 或 CTA。