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' => 'give',
|
|
'name' => 'Give',
|
|
'logo' => 'images/logo/ladillgive-logo.svg',
|
|
'icon' => 'give.svg',
|
|
'tagline' => 'Collect donations and member giving',
|
|
'headline' => 'Online giving made simple',
|
|
'accent' => 'donations, tithes, and campaigns',
|
|
'description' => 'Give helps churches, NGOs, and communities collect donations online with branded giving pages and transparent payout tracking.',
|
|
'benefits' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'title' => 'Branded giving pages',
|
|
'text' => 'Share a link or QR code so supporters can give in seconds.',
|
|
,]
|
|
1 =>
|
|
[
|
|
'title' => 'Recurring & one-time',
|
|
'text' => 'Support memberships, tithes, campaigns, and special offerings.',
|
|
,]
|
|
2 =>
|
|
[
|
|
'title' => 'Secure payouts',
|
|
'text' => 'Track every gift and reconcile payouts from your Ladill wallet.',
|
|
,]
|
|
,]
|
|
'use_cases' =>
|
|
[
|
|
0 => 'Churches & ministries',
|
|
1 => 'NGOs & charities',
|
|
2 => 'Community groups',
|
|
,]
|
|
'gradient_from' => '#007e7d',
|
|
'gradient_to' => '#f6398a',
|
|
'dashboard_route' => 'give.dashboard',
|
|
'platform_url' => 'https://localhost',
|
|
'marketing_url' => 'https://localhost/products/give',
|
|
'register_url' => 'https://auth.localhost/register',
|
|
'landing_variant' => 'default',
|
|
];
|