FlatlyPage
Version 1.0.0 • 54 files • 724.77 KB
Files
.htaccess
.last_check
admin/account.php
admin/dashboard.php
admin/easyedit.js
admin/extensions.php
admin/generate-hash.php
admin/index.php
admin/logout.php
admin/preview.php
admin/scripts.php
admin/theme-edit/builder.php
admin/theme-edit/generator.php
admin/theme-edit/index.php
admin/themes.php
assets/fonts/inter/inter.css
assets/fonts/space-grotesk/space-grotesk.css
config.php
contact-handler.php
contact.php
css/admin.css
css/contact.css
css/styles.css
css/theme.css
data/.htaccess
data/index.php
data/settings.php
data/sitemap-config.php
engine/index.php
engine/renderion.php
extensions-loader.php
extensions/privimetrics/main.php
extensions/privimetrics/manifest.xml
extensions/scroll_to_top/main.php
extensions/scroll_to_top/manifest.xml
extensions/seo_image_master/main.php
extensions/seo_image_master/manifest.xml
favicons.txt
index.php
newsletter/.htaccess
newsletter/confirm.php
newsletter/manager.php
newsletter/newsletter-form.js
newsletter/newsletter-styles.css
newsletter/newsletter-unavailable.php
newsletter/newsletter.sql
newsletter/settings.php
newsletter/subscribe.php
newsletter/unsubscribe.php
page.php
robots.txt.php
sitemap.php
updater/index.php
version.txt
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.',
),
),
),
);