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,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
const Text(
|
const Text(
|
||||||
'SPRING / SUMMER COLLECTION 2022',
|
'FALL COLLECTION 2023',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
fontSize: 10.5,
|
fontSize: 10.5,
|
||||||
|
|
|
@ -110,7 +110,7 @@ class _ProductsState extends State<Products> {
|
||||||
children: List.generate(currentData.length, (index) {
|
children: List.generate(currentData.length, (index) {
|
||||||
return ProductBox(
|
return ProductBox(
|
||||||
imageUrl:
|
imageUrl:
|
||||||
"https://nekoya.moe.team/img/${data[index]['IMAGE']}",
|
"https://nekoya.moe.team/img/${currentData[index]['IMAGE']}",
|
||||||
title: currentData[index]['TITLE'],
|
title: currentData[index]['TITLE'],
|
||||||
discount: currentData[index]['DISCOUNT'],
|
discount: currentData[index]['DISCOUNT'],
|
||||||
fontSize: fontSize,
|
fontSize: fontSize,
|
||||||
|
|
Loading…
Reference in a new issue