Introduction

This template adds the entire Material UI marketing page template to your project.

It comes fully integrated with Croct, giving you CMS, AB testing, and personalization out of the box.

Usage

To create a new project using this template, run:

npx croct@latest use material-ui://template/marketing-page

You can customize the template by specifying options, like defining which sections should be integrated with Croct slots:

npx croct@latest use material-ui://template/marketing-page --slots='["hero-section","pricing-section"]'

Options

The following options are available for this template:

OptionDescriptionRequiredDefault
projectNameThe name of the project.Nomy-app
versionThe Next.js version to use.Nolatest
routerThe router to use (app or page).Noapp
javascriptWhether to use JavaScript instead of TypeScript.Nofalse
slotsTha list of slots to use (navbar, hero-section, logo-collection, features-section, testimonials-section, highlights-section, pricing-section, and faq-section).No["hero-section", "features-section"]

Start building in seconds

Paste the following command in your terminal and let the CLI do the rest.

npx croct@latest use material-ui://template/marketing-page