diff --git a/lib/main.dart b/lib/main.dart index dcd4b56..bbd81d6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -12,7 +12,7 @@ void main() { } runApp( DevicePreview( - enabled: true, + enabled: false, builder: (context) => const MyApp(), // Wrap your app ), ); diff --git a/lib/pages/home/home.dart b/lib/pages/home/home.dart index e643385..8b872fe 100644 --- a/lib/pages/home/home.dart +++ b/lib/pages/home/home.dart @@ -45,26 +45,26 @@ class _HomePageState extends State { controller: _scrollController, child: Column( children: [ - // const CoverPhotoPart(), - // MyProjectPart( - // size: Size( - // _size.width(context), - // _size.height(context), - // ), - // ), - // MyParcoursPart( - // size: Size( - // _size.width(context), - // _size.height(context), - // ), - // ), - // const MyBigPart(), - // AwardPart( - // size: Size( - // _size.width(context), - // _size.height(context), - // ), - // ), + const CoverPhotoPart(), + MyProjectPart( + size: Size( + _size.width(context), + _size.height(context), + ), + ), + MyParcoursPart( + size: Size( + _size.width(context), + _size.height(context), + ), + ), + const MyBigPart(), + AwardPart( + size: Size( + _size.width(context), + _size.height(context), + ), + ), MyFooterPart( size: Size( _size.width(context),