fixing landing page

This commit is contained in:
2026-06-08 10:17:22 +02:00
parent 0a267bdbb8
commit b10d233428
74 changed files with 14 additions and 222642 deletions

View File

@@ -101,18 +101,20 @@ class _LandingScreenState extends State<LandingScreen> {
isDesktop,
),
const SizedBox(height: 8),
TextButton(
onPressed: () {
context.go('/');
},
child: Text(
'Continue as guest?',
style: TextStyle(
fontSize: 14,
color: colorScheme.onSurface.withValues(
alpha: 0.7,
Center(
child: TextButton(
onPressed: () {
context.go('/');
},
child: Text(
'Continue as guest?',
style: TextStyle(
fontSize: 14,
color: colorScheme.onSurface.withValues(
alpha: 0.7,
),
fontWeight: FontWeight.w500,
),
fontWeight: FontWeight.w500,
),
),
),
@@ -447,7 +449,7 @@ class _LandingScreenState extends State<LandingScreen> {
icon: Icons.groups_2_rounded,
title: 'Batch Pay Groups',
description:
'Send payments to many recipients at once. Perfect for splitting bills, paying teams, or settling group purchases in a single tap.',
'Send payments to many recipients at once. Perfect for administrative bills, paying teams, or settling group obligations in a single tap.',
accent: Color(0xFF9D6711),
),
_ValueProp(