9 lines
273 B
TypeScript
9 lines
273 B
TypeScript
export const onboardingTitles = [
|
||
"Welcome to AURA",
|
||
"Based on your answers",
|
||
"We’ve created your astrological blueprint and guidance plan",
|
||
"To help you find your perfect partner",
|
||
"And to improve your relationship – for good.",
|
||
"Let’s get started.",
|
||
];
|