dev #1

Merged
aefril merged 62 commits from dev into main 2025-09-18 08:07:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 88c3cebd31 - Show all commits

View File

@ -40,7 +40,7 @@ class _HomePageState extends State<HomePage> {
_buildHeaderSection(),
const SizedBox(height: 70),
HomeFeatureSection(),
HomeLotteryBanner(),
HomeLotteryBanner(onTap: () => context.router.push(DrawRoute())),
HomePopularMerchantSection(),
],
),

View File

@ -8,7 +8,7 @@ class HomeLotteryBanner extends StatefulWidget {
this.title = "🎰 UNDIAN BERHADIAH",
this.subtitle = "Kumpulkan voucher untuk menang hadiah menarik!",
this.showAnimation = true,
this.actionText = "MAIN SEKARANG",
this.actionText = "IKUTI SEKARANG",
});
final VoidCallback? onTap;