feat: product page

This commit is contained in:
efrilm
2025-08-13 16:11:04 +07:00
parent 16230febc4
commit ac17c4d830
7 changed files with 751 additions and 47 deletions
@@ -57,7 +57,7 @@ class HomeFeature extends StatelessWidget {
title: 'Produk',
color: const Color(0xFFFF9800),
icon: LineIcons.box,
onTap: () {},
onTap: () => context.router.push(ProductRoute()),
),
],
),