Templates · Marketing

Landing page

A single-page marketing site — hero, feature grid, quotes, and a final CTA.

Preview

Every element on the page is a Nova primitive. Adjust tokens in src/styles.css.

New in Nova

Ship the interface you always wanted.

Novix UI is a premium component library for teams that care about craft.

Sculpted depth

A one-line pitch about what makes this pillar different.

Motion by design

A one-line pitch about what makes this pillar different.

AI native

A one-line pitch about what makes this pillar different.

Install

Pull the template with the Nova CLI.

tsx
npx @novix-ui/cli template add landing-page

Source

tsx
// src/routes/index.tsx
import { Badge, Button, Card } from "@novix-ui/react";
 
export function Landing() {
return (
<main>
<Hero />
<FeatureGrid />
<Testimonials />
<FinalCTA />
</main>
);
}

What's included

HeroFeature gridTestimonialsCTA footerSEO metadata