Waseel: driver app, dispatch, POI suggestions, map fixes
This commit is contained in:
+6
-9
@@ -76,23 +76,20 @@ export const icons = {
|
||||
export const onboarding = [
|
||||
{
|
||||
id: 1,
|
||||
title: "The perfect ride is just a tap away!",
|
||||
description:
|
||||
"Your journey begins with Waseel. Find your ideal ride effortlessly.",
|
||||
titleKey: "onboarding.slide1.title",
|
||||
descKey: "onboarding.slide1.desc",
|
||||
image: images.onboarding1,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Best car in your hands with Waseel",
|
||||
description:
|
||||
"Discover the convenience of finding your perfect ride with Waseel",
|
||||
titleKey: "onboarding.slide2.title",
|
||||
descKey: "onboarding.slide2.desc",
|
||||
image: images.onboarding2,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Your ride, your way. Let's go!",
|
||||
description:
|
||||
"Enter your destination, sit back, and let us take care of the rest.",
|
||||
titleKey: "onboarding.slide3.title",
|
||||
descKey: "onboarding.slide3.desc",
|
||||
image: images.onboarding3,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user