Auto-sync enabled

FlatlyPage

Version 1.0.0 • 54 files • 724.77 KB
data/index.php
<?php
return array (
  'title' => 'Welcome to your website',
  'description' => 'Build amazing websites with ease',
  'blocks' => 
  array (
    0 => 
    array (
      'type' => 'hero',
      'data' => 
      array (
        'badge' => 'Welcome to your website',
        'title' => 'Ship Sites Fast',
        'subtitle' => 'Stop wasting time on plugins. Build your website with FlatlyPage CMS instead.',
        'button_primary' => 'Get Started',
        'button_primary_url' => '#',
        'button_secondary' => 'Learn More',
        'button_secondary_url' => '#features',
      ),
      'id' => 'hero',
    ),
    1 => 
    array (
      'type' => 'stats',
      'data' => 
      array (
        'items' => 
        array (
          0 => 
          array (
            'value' => '1.5 MB',
            'label' => 'Core Size',
          ),
          1 => 
          array (
            'value' => '99.9%',
            'label' => 'Uptime',
          ),
          2 => 
          array (
            'value' => '24/7',
            'label' => 'Support',
          ),
          3 => 
          array (
            'value' => '100%',
            'label' => 'Friendly Privacy',
          ),
        ),
      ),
      'id' => 'stats',
    ),
    2 => 
    array (
      'type' => 'features',
      'data' => 
      array (
        'title' => 'Powerful Features',
        'subtitle' => 'Everything you need to build amazing websites',
        'items' => 
        array (
          0 => 
          array (
            'icon' => 'zap',
            'title' => 'Lightning Fast',
            'description' => 'Built for speed with optimized performance.',
          ),
          1 => 
          array (
            'icon' => 'layout',
            'title' => 'Visual Builder',
            'description' => 'Easy to use visual page builder.',
          ),
          2 => 
          array (
            'icon' => 'globe',
            'title' => 'Global Ready',
            'description' => 'Deploy anywhere with ease.',
          ),
        ),
      ),
      'id' => 'features',
    ),
    3 => 
    array (
      'id' => 'pricing',
      'type' => 'pricing',
      'data' => 
      array (
        'title' => 'Pricing',
        'subtitle' => 'Pay only for what you need.',
        'items' => 
        array (
          0 => 
          array (
            'name' => 'Starter',
            'price' => '$4.99',
            'period' => '/month',
            'description' => 'Lorem',
            'features' => 
            array (
              0 => 'Standard features',
              1 => 'Basic possibilities',
              2 => 'Support',
            ),
            'button_text' => 'Get Started',
            'button_url' => '#',
            'featured' => false,
          ),
          1 => 
          array (
            'name' => 'Pro',
            'price' => '$9.99',
            'period' => '/month',
            'description' => 'Lorem',
            'features' => 
            array (
              0 => 'Extended features',
              1 => 'Greater possibilities',
              2 => 'Support+',
            ),
            'button_text' => 'Get Started',
            'button_url' => '#',
            'featured' => true,
          ),
          2 => 
          array (
            'name' => 'Enterprise',
            'price' => '$19.99',
            'period' => '/month',
            'description' => 'Lorem',
            'features' => 
            array (
              0 => 'All features',
              1 => 'Greatest possibilities',
              2 => 'Premium Support',
            ),
            'button_text' => 'Get Started',
            'button_url' => '#',
            'featured' => false,
          ),
        ),
      ),
    ),
    4 => 
    array (
      'type' => 'cta',
      'data' => 
      array (
        'title' => 'Ready to get started?',
        'subtitle' => 'Create your first page in seconds',
        'button_primary' => 'Launch Admin Panel',
        'button_primary_url' => '/admin',
        'button_secondary' => 'View Documentation',
        'button_secondary_url' => '#',
      ),
      'id' => 'cta',
    ),
    5 => 
    array (
      'id' => 'text',
      'type' => 'text',
      'data' => 
      array (
        'title' => 'This is a sample page template',
        'content' => 'To change the content to your own, log in to the administrator account and edit the page.',
      ),
    ),
  ),
);