feat: ferris wheel page

This commit is contained in:
efrilm
2025-09-04 18:08:34 +07:00
parent 4d994e303b
commit 0d1e516686
6 changed files with 1334 additions and 168 deletions
@@ -31,6 +31,12 @@ class HomeFeatureSection extends StatelessWidget {
iconColor: const Color(0xFF388E3C),
onTap: () => context.router.push(MerchantRoute()),
),
HomeFeatureCard(
icon: Icons.blur_circular,
title: 'Wheels',
iconColor: const Color(0xFF388E3C),
onTap: () => context.router.push(FerrisWheelRoute()),
),
],
),
);