Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -2,22 +2,22 @@ import 'package:get/get.dart';
|
||||
|
||||
List<OnBoardingModel> onBoardingList = [
|
||||
OnBoardingModel(
|
||||
title: 'Welcome to Intaleq!'.tr,
|
||||
title: 'Welcome to Siro!'.tr,
|
||||
image: 'assets/images/on1.png',
|
||||
body:
|
||||
'Intaleq is the ride-hailing app that is safe, reliable, and accessible.'
|
||||
'Siro is the ride-hailing app that is safe, reliable, and accessible.'
|
||||
.tr,
|
||||
),
|
||||
OnBoardingModel(
|
||||
title: 'Get to your destination quickly and easily.'.tr,
|
||||
image: 'assets/images/on2.png',
|
||||
body: 'With Intaleq, you can get a ride to your destination in minutes.'.tr,
|
||||
body: 'With Siro, you can get a ride to your destination in minutes.'.tr,
|
||||
),
|
||||
OnBoardingModel(
|
||||
title: 'Enjoy a safe and comfortable ride.'.tr,
|
||||
image: 'assets/images/on3.png',
|
||||
body:
|
||||
'Intaleq is committed to safety, and all of our captains are carefully screened and background checked.'
|
||||
'Siro is committed to safety, and all of our captains are carefully screened and background checked.'
|
||||
.tr,
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user