Customization
Customization
Personalize the template for your brand.
Overview
The template is designed to be customized. Common modifications:
- Brand colors and typography
- Landing page content
- Component styling
- Content gating rules
Theming
Colors, fonts, and styling
Components
UI component library
Landing Page
Hero and marketing sections
Content Gating
Premium content paywall
Quick Customizations
App Name
Update in the site config:
export const siteConfig = {
name: 'Your App Name',
description: 'Your app description',
url: 'https://yourapp.com',
};Logo
Replace logo files:
public/
├── logo.svg
├── logo-dark.svg
└── favicon.icoColors
Edit CSS variables in src/styles/globals.css or Tailwind config.
Landing Content
Edit marketing copy in:
src/app/(marketing)/page.tsxWas this page helpful?