Serve a marketing landing page at the site root via ProductLandingController instead of redirecting straight to login, with config/product_landing.php and product views. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
44 lines
1.3 KiB
PHP
44 lines
1.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'slug' => 'qrplus',
|
||
'name' => 'QR Plus',
|
||
'logo' => 'images/logo/ladillqrplus-logo.svg',
|
||
'icon' => 'qrplus.svg',
|
||
'tagline' => 'Dynamic QR codes for anything',
|
||
'headline' => 'QR codes that do more than link',
|
||
'accent' => 'menus, catalogs, and smart redirects',
|
||
'description' => 'QR Plus creates dynamic QR codes for menus, product catalogs, contact cards, files, and more — update content anytime without reprinting.',
|
||
'benefits' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'title' => 'Dynamic & editable',
|
||
'text' => 'Change the destination or content without generating a new code.',
|
||
,]
|
||
1 =>
|
||
[
|
||
'title' => 'Rich content types',
|
||
'text' => 'Menus, business pages, Wi‑Fi, vCards, files, and payment flows.',
|
||
,]
|
||
2 =>
|
||
[
|
||
'title' => 'Scan analytics',
|
||
'text' => 'See when and where your codes are being used.',
|
||
,]
|
||
,]
|
||
'use_cases' =>
|
||
[
|
||
0 => 'Restaurant menus',
|
||
1 => 'Retail product tags',
|
||
2 => 'Events & signage',
|
||
,]
|
||
'gradient_from' => '#08245f',
|
||
'gradient_to' => '#1c75bc',
|
||
'dashboard_route' => 'qr.dashboard',
|
||
'platform_url' => 'https://localhost',
|
||
'marketing_url' => 'https://localhost/products/qrplus',
|
||
'register_url' => 'https://auth.localhost/register',
|
||
'landing_variant' => 'default',
|
||
];
|