File "data.header.php"

Full path: /home/u525140468/domains/productsizer.com/public_html/inc/data.header.php
File size: 738 B (738 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
return [
    'menu' => [
        [
            'title' => 'Home',
            'url' => 'https://productsizer.com#home',
        ],
        [
            'title' => 'Tools',
            'url' => 'https://productsizer.com/#tools',
        ],
        [
            'title' => 'Blog',
            'url' => 'https://productsizer.com/blog',
        ],
        [
            'title' => 'About',
            'url' => 'https://productsizer.com/page?about',
        ],
        [
            'title' => 'Contact',
            'url' => 'https://productsizer.com/page?contact ',
        ],
    ],
    'get_started' => [
        'title' => 'Get Started',
        'url' => 'https://productsizer.com/#tools',
        'is_button' => true,
    ],
];