<?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,
    ],
];