@@ -262,8 +262,8 @@ class _HomePageState extends State<HomePage> {
262262 crossAxisAlignment: CrossAxisAlignment .center,
263263 children: [
264264 SizedBox (
265- height: 300 ,
266- width: 300 ,
265+ height: 350 ,
266+ width: 350 ,
267267 child: Padding (
268268 padding: const EdgeInsets .all (100 ),
269269 child: Lottie .asset (
@@ -296,7 +296,7 @@ class _HomePageState extends State<HomePage> {
296296 MediaQuery .of (context).size.width * 0.9 ,
297297 child: FadeInImage (
298298 placeholder: const AssetImage (
299- 'assets/images/Ai.webp ' ),
299+ 'assets/images/image_found.png ' ),
300300 image: MemoryImage (image),
301301 fit: BoxFit .contain,
302302 ),
@@ -436,7 +436,7 @@ class _HomePageState extends State<HomePage> {
436436 MediaQuery .of (context).size.height * 0.7 ,
437437 child: FadeInImage (
438438 placeholder: const AssetImage (
439- 'assets/images/Ai.webp ' ),
439+ 'assets/images/image_found.png ' ),
440440 image: MemoryImage (image),
441441 fit: BoxFit .contain,
442442 ),
@@ -517,7 +517,7 @@ class _HomePageState extends State<HomePage> {
517517 MediaQuery .of (context).size.height * 0.7 ,
518518 child: FadeInImage (
519519 placeholder: const AssetImage (
520- 'assets/images/Ai.webp ' ),
520+ 'assets/images/image_found.png ' ),
521521 image: MemoryImage (image),
522522 fit: BoxFit .contain,
523523 ),
@@ -535,7 +535,7 @@ class _HomePageState extends State<HomePage> {
535535 MediaQuery .of (context).size.width * 0.9 ,
536536 child: FadeInImage (
537537 placeholder: const AssetImage (
538- 'assets/images/Ai.webp ' ),
538+ 'assets/images/image_found.png ' ),
539539 image: MemoryImage (image),
540540 fit: BoxFit .contain,
541541 ),
@@ -617,7 +617,7 @@ class _HomePageState extends State<HomePage> {
617617 child: Padding (
618618 padding: const EdgeInsets .all (50.0 ),
619619 child: Text (
620- "${translation (context ).failed } . ${translation (context ).noResultFound }" ,
620+ "${translation (context ).failed }. ${translation (context ).noResultFound }" ,
621621 style: const TextStyle (
622622 fontWeight: FontWeight .bold,
623623 fontSize: 20 ,
0 commit comments