Update banner
This commit is contained in:
parent
ee2384595a
commit
91873bca8b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class Bannerimage extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const Text(
|
||||
'SPRING / SUMMER COLLECTION 2022',
|
||||
'FALL COLLECTION 2023',
|
||||
style: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 10.5,
|
||||
|
|
|
@ -110,7 +110,7 @@ class _ProductsState extends State<Products> {
|
|||
children: List.generate(currentData.length, (index) {
|
||||
return ProductBox(
|
||||
imageUrl:
|
||||
"https://nekoya.moe.team/img/${data[index]['IMAGE']}",
|
||||
"https://nekoya.moe.team/img/${currentData[index]['IMAGE']}",
|
||||
title: currentData[index]['TITLE'],
|
||||
discount: currentData[index]['DISCOUNT'],
|
||||
fontSize: fontSize,
|
||||
|
|
Loading…
Reference in a new issue