feat: update
This commit is contained in:
parent
c13e3c598e
commit
88c3cebd31
@ -40,7 +40,7 @@ class _HomePageState extends State<HomePage> {
|
||||
_buildHeaderSection(),
|
||||
const SizedBox(height: 70),
|
||||
HomeFeatureSection(),
|
||||
HomeLotteryBanner(),
|
||||
HomeLotteryBanner(onTap: () => context.router.push(DrawRoute())),
|
||||
HomePopularMerchantSection(),
|
||||
],
|
||||
),
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user