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.4 KiB
PHP
44 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'slug' => 'merchant',
|
|
'name' => 'Merchant',
|
|
'logo' => 'images/logo/ladillmerchant-logo.svg',
|
|
'icon' => 'merchant.svg',
|
|
'tagline' => 'Accept payments and run your storefront',
|
|
'headline' => 'Sell online with Ladill Merchant',
|
|
'accent' => 'payments, orders, and payouts',
|
|
'description' => 'Merchant is Ladill\'s storefront and payments app. Accept mobile money and cards, manage products, and track orders — all under your Ladill account.',
|
|
'benefits' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'title' => 'Get paid fast',
|
|
'text' => 'Accept MTN, Telecel, AirtelTigo, Visa, and Mastercard with instant settlement options.',
|
|
,]
|
|
1 =>
|
|
[
|
|
'title' => 'Run your storefront',
|
|
'text' => 'List products, share payment links, and manage orders from one dashboard.',
|
|
,]
|
|
2 =>
|
|
[
|
|
'title' => 'Works with the suite',
|
|
'text' => 'Pair with QR Plus for table ordering and Mini for quick payment collection.',
|
|
,]
|
|
,]
|
|
'use_cases' =>
|
|
[
|
|
0 => 'Retail & fashion',
|
|
1 => 'Restaurants & cafés',
|
|
2 => 'Services & bookings',
|
|
,]
|
|
'gradient_from' => '#1c75bc',
|
|
'gradient_to' => '#010c1f',
|
|
'dashboard_route' => 'merchant.dashboard',
|
|
'platform_url' => 'https://localhost',
|
|
'marketing_url' => 'https://localhost/products/merchant',
|
|
'register_url' => 'https://auth.localhost/register',
|
|
'landing_variant' => 'default',
|
|
];
|