> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tariqdev.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Homepage Settings

> Customize every section of your LucentUI homepage including hero, stats, features, and more.

# 🏠 Homepage Settings

LucentUI gives you full control over the homepage layout, from hero banners to feature sections and testimonials.

***

## 🎯 Hero Section

### 🚀 Badge, Title & Description

<Expandable title="Badge, Title & Description">
  <ResponseField name="homepage_hero_badge" type="string" default="🚀 Welcome to Paymenter...">
    Small text above hero title
  </ResponseField>

  <ResponseField name="homepage_hero_title1" type="string" default="Premium">
    First part of hero heading
  </ResponseField>

  <ResponseField name="homepage_hero_title2" type="string" default="Game Hosting">
    Highlighted part of heading
  </ResponseField>

  <ResponseField name="homepage_hero_desc" type="string">
    Description paragraph under title
  </ResponseField>
</Expandable>

### 🖱️ Call-to-Action Buttons

<Expandable title="Call-to-Action Buttons">
  <ResponseField name="hero_cta_primary_text" type="string" default="Start Gaming Now">
    Primary action button
  </ResponseField>

  <ResponseField name="hero_cta_secondary_text" type="string" default="Explore Features">
    Secondary action button
  </ResponseField>
</Expandable>

### 🛡️ Trust Badges

<Expandable title="Trust Badges">
  <ResponseField name="hero_trust_badge_1" type="string" default="30-Day Money Back" />

  <ResponseField name="hero_trust_badge_2" type="string" default="Instant Activation" />
</Expandable>

***

## 📊 Stats Section

<Expandable title="Stats Section">
  <ResponseField name="stats_uptime_title" type="string" />

  <ResponseField name="stats_uptime_subtitle" type="string" />

  <ResponseField name="stats_support_title" type="string" />

  <ResponseField name="stats_support_subtitle" type="string" />

  <ResponseField name="stats_users_title" type="string" />

  <ResponseField name="stats_users_subtitle" type="string" />

  <ResponseField name="stats_servers_title" type="string" />

  <ResponseField name="stats_servers_subtitle" type="string" />
</Expandable>

***

## ⚡ Quick Actions

### Section Titles

<Expandable title="Section Titles">
  <ResponseField name="quick_actions_title" type="string" default="Get Started in Seconds" />

  <ResponseField name="quick_actions_subtitle" type="string" default="Everything you need is just one click away" />

  <ResponseField name="quick_actions_header" type="string" default="Quick Actions" />
</Expandable>

### Cards

<Expandable title="Cards">
  <ResponseField name="buy_server_title" type="string" />

  <ResponseField name="buy_server_subtitle" type="string" />

  <ResponseField name="buy_server_description" type="string" />

  <ResponseField name="buy_server_link" type="string" />

  <ResponseField name="help_title" type="string" />

  <ResponseField name="help_subtitle" type="string" />

  <ResponseField name="help_link" type="string" />

  <ResponseField name="login_title" type="string" />

  <ResponseField name="login_subtitle" type="string" />

  <ResponseField name="login_description" type="string" />

  <ResponseField name="dashboard_title" type="string" />

  <ResponseField name="dashboard_subtitle" type="string" />

  <ResponseField name="dashboard_description" type="string" />

  <ResponseField name="docs_title" type="string" />

  <ResponseField name="docs_subtitle" type="string" />

  <ResponseField name="docs_description" type="string" />

  <ResponseField name="docs_link" type="string" />
</Expandable>

***

## 🧩 Features Section

<Expandable title="Features Section">
  <ResponseField name="features_title" type="string" default="Why Choose Us?" />

  <ResponseField name="features_subtitle" type="string" default="We’ve built the most advanced..." />

  <ResponseField name="feature_X_title" type="string" />

  <ResponseField name="feature_X_desc" type="string" />
</Expandable>

***

## 🗣️ Testimonials

<Expandable title="Testimonials">
  <ResponseField name="testimonials_title" type="string" default="What Gamers Say" />

  <ResponseField name="testimonials_subtitle" type="string" default="Join thousands of satisfied customers..." />

  <ResponseField name="testimonial_X_name" type="string" />

  <ResponseField name="testimonial_X_role" type="string" />

  <ResponseField name="testimonial_X_quote" type="string" />
</Expandable>

***

## 🎮 Services Section

<Expandable title="Services Section">
  <ResponseField name="services_title" type="string" default="Our Services" />

  <ResponseField name="services_subtitle" type="string" default="Choose from our comprehensive..." />
</Expandable>

***

## 📣 Call to Action (CTA)

<Expandable title="Call to Action">
  <ResponseField name="cta_title" type="string" default="Ready to Get Started?" />

  <ResponseField name="cta_subtitle" type="string" />

  <ResponseField name="cta_primary_text" type="string" default="View Pricing" />

  <ResponseField name="cta_secondary_text" type="string" default="Chat Support" />
</Expandable>

***

<Note>
  Want to hide certain homepage sections completely? You can do this by customizing your theme layout Blade files in `/themes/lucentui/views/home.blade.php`.
</Note>
