Skip to main content
Configuration File: config/home.ts
Using Feature Icons? Check the Icons Guide to learn how to add and configure icons for your features, stats, and benefits sections.

Overview

The home page is your main landing page. Configure:
  • Hero section with title, subtitle, and stats
  • Features grid showcasing your benefits
  • Products section linking to other hosting types
Configuration file: config/home.ts

Quick Start

1

Edit the config file

Open config/home.ts:
2

Customize features and products

Update feature cards and product offerings
3

Test it

Visit: http://localhost:3000

Configuration Structure

Hero Section

Title Format: Displays as "title [highlight] titleSuffix"
  • Example: “Game server hosting built to run, not impress.”
Stats: Show 3 key metrics (uptime, customer count, support availability)

Features Section

Available colors: yellow, green, purple, blue, orange, cyan, brand Recommended: 6 features for best grid layout (2 rows of 3)

Products Section

Icon colors: Match iconColor, iconBg, and iconBorder for visual consistency

Complete Example


Best Practices

Hero Section

  1. Clear value proposition - Tell users what you do in the title
  2. Strong highlight word - “perform”, “run”, “dominate”, “win”
  3. Concrete stats - Real numbers build trust
  4. Clear CTA - Direct users to pricing or games

Features

  1. 6 features - Perfect grid layout (2 rows × 3 columns)
  2. Vary colors - Don’t repeat colors too much
  3. Action-oriented - Focus on benefits, not just specs
  4. Icons match content - Zap for speed, Shield for security

Products

  1. 3 products max - Dedicated, VPS, Web Hosting
  2. Consistent styling - Use matching icon color patterns
  3. Clear pricing - Show starting price upfront
  4. Descriptive - Explain who each product is for

Troubleshooting

Hero title not displaying correctly

The title format is: title [highlight] titleSuffix If you don’t want a suffix, set it to empty string:

Stats not showing

Ensure stats array has exactly 3 items with value and label:

Feature colors not working

Use lowercase color names: yellow, green, purple, blue, orange, cyan, brand

Icons not displaying

Use PascalCase Lucide icon names: Zap, ShieldCheck, Sliders, RotateCw, Headphones, Cloud, Server, HardDrive, Globe