fixing landing page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user