feat: update
This commit is contained in:
parent
c13e3c598e
commit
88c3cebd31
@ -40,7 +40,7 @@ class _HomePageState extends State<HomePage> {
|
|||||||
_buildHeaderSection(),
|
_buildHeaderSection(),
|
||||||
const SizedBox(height: 70),
|
const SizedBox(height: 70),
|
||||||
HomeFeatureSection(),
|
HomeFeatureSection(),
|
||||||
HomeLotteryBanner(),
|
HomeLotteryBanner(onTap: () => context.router.push(DrawRoute())),
|
||||||
HomePopularMerchantSection(),
|
HomePopularMerchantSection(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@ -8,7 +8,7 @@ class HomeLotteryBanner extends StatefulWidget {
|
|||||||
this.title = "🎰 UNDIAN BERHADIAH",
|
this.title = "🎰 UNDIAN BERHADIAH",
|
||||||
this.subtitle = "Kumpulkan voucher untuk menang hadiah menarik!",
|
this.subtitle = "Kumpulkan voucher untuk menang hadiah menarik!",
|
||||||
this.showAnimation = true,
|
this.showAnimation = true,
|
||||||
this.actionText = "MAIN SEKARANG",
|
this.actionText = "IKUTI SEKARANG",
|
||||||
});
|
});
|
||||||
|
|
||||||
final VoidCallback? onTap;
|
final VoidCallback? onTap;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user