news page

This commit is contained in:
Phuoc Nguyen
2025-11-03 11:48:41 +07:00
parent 21c1c3372c
commit ea485d8c3a
14 changed files with 2017 additions and 13 deletions

View File

@@ -166,10 +166,9 @@ class HomePage extends ConsumerWidget {
onTap: () => context.push(RouteNames.orders),
),
QuickAction(
icon: Icons.receipt_long,
label: 'Thanh toán',
onTap: () =>
context.push(RouteNames.payments)
icon: Icons.receipt_long,
label: 'Thanh toán',
onTap: () => context.push(RouteNames.payments),
),
],
),
@@ -197,8 +196,6 @@ class HomePage extends ConsumerWidget {
],
),
// Sample Houses & News Section
QuickActionSection(
title: 'Nhà mẫu, dự án & tin tức',
@@ -214,11 +211,11 @@ class HomePage extends ConsumerWidget {
onTap: () =>
_showComingSoon(context, 'Đăng ký dự án', l10n),
),
// QuickAction(
// icon: Icons.article,
// label: 'Tin tức',
// onTap: () => _showComingSoon(context, 'Tin tức', l10n),
// ),
QuickAction(
icon: Icons.article,
label: 'Tin tức',
onTap: () => context.push(RouteNames.news),
),
],
),