home - Added space between Banner
This commit is contained in:
parent
5143c79664
commit
8c8d8aa150
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ class Home extends StatelessWidget {
|
|||
),
|
||||
Carousel(),
|
||||
const NewArrivalProducts(),
|
||||
const SizedBox(
|
||||
height: 15,
|
||||
),
|
||||
const Bannerimage(),
|
||||
const PopularProducts(),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue