nhà mẫu

This commit is contained in:
Phuoc Nguyen
2025-11-03 17:12:40 +07:00
parent b3d7637760
commit fb90c72f54
3 changed files with 535 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ class HomePage extends ConsumerWidget {
QuickAction(
icon: Icons.home_work,
label: 'Nhà mẫu',
onTap: () => _showComingSoon(context, 'Nhà mẫu', l10n),
onTap: () => context.push(RouteNames.modelHouses),
),
QuickAction(
icon: Icons.business,
@@ -211,16 +211,11 @@ class HomePage extends ConsumerWidget {
onTap: () =>
_showComingSoon(context, 'Đăng ký dự án', l10n),
),
QuickAction(
icon: Icons.article,
label: 'Tin tức',
onTap: () => context.push(RouteNames.news),
),
],
),
// Bottom Padding (for bottom nav clearance)
const SizedBox(height: 100),
const SizedBox(height: 40),
],
),
),