Update: 2026-07-29 19:44:57

This commit is contained in:
Hamza-Ayed
2026-07-29 19:44:58 +03:00
parent 2cf5c63a1e
commit 90d976e1d1
110 changed files with 2238 additions and 2071 deletions
@@ -2,22 +2,22 @@ import 'package:get/get.dart';
List<OnBoardingModel> onBoardingList = [
OnBoardingModel(
title: 'Welcome to Siro!'.tr,
title: 'Welcome to Intaleq!'.tr,
image: 'assets/images/on1.png',
body:
'Siro is the ride-hailing app that is safe, reliable, and accessible.'
'Intaleq 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 Siro, you can get a ride to your destination in minutes.'.tr,
body: 'With Intaleq, 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:
'Siro is committed to safety, and all of our captains are carefully screened and background checked.'
'Intaleq is committed to safety, and all of our captains are carefully screened and background checked.'
.tr,
),
];