Files
ladill-qr-plus/config/product_landing.php
T
isaaccladandClaude Opus 4.8 1addcddfc5 Add public product landing page at /
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>
2026-06-11 07:06:10 +00:00

44 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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, WiFi, 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',
];