Update banner

This commit is contained in:
Moe Poi ~ 2023-11-10 21:54:03 +07:00
parent ee2384595a
commit 91873bca8b
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,