25-9-1-1
This commit is contained in:
@@ -28,13 +28,13 @@ class AboutPage extends StatelessWidget {
|
||||
|
||||
// Company Name and Introduction
|
||||
Text(
|
||||
'Tripz LLC',
|
||||
'Intaleq LLC',
|
||||
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
'Egypt\'s pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains.'
|
||||
"Syria's pioneering ride-sharing service, proudly developed by Arabian and local owners. We prioritize being near you – both our valued passengers and our dedicated captains."
|
||||
.tr,
|
||||
style: CupertinoTheme.of(context).textTheme.textStyle,
|
||||
textAlign: TextAlign.center,
|
||||
@@ -43,7 +43,7 @@ class AboutPage extends StatelessWidget {
|
||||
|
||||
// Key Features Section
|
||||
Text(
|
||||
'Why Choose Tripz?'.tr,
|
||||
'Why Choose Intaleq?'.tr,
|
||||
style: CupertinoTheme.of(context).textTheme.navTitleTextStyle,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user