27 lines
1.2 KiB
JavaScript
27 lines
1.2 KiB
JavaScript
export const howItWorks = [
|
|
{
|
|
id: "0",
|
|
title: "Sign up",
|
|
text: "Create an account with Brainwave - AI chat app by providing your name, email address, and password. Once you sign up, you can start exploring the app.",
|
|
image: "/images/how-it-works/image-1.png",
|
|
},
|
|
{
|
|
id: "1",
|
|
title: "Connect with AI chatbot",
|
|
text: "Connect with the AI chatbot to start the conversation. The chatbot uses natural language processing to understand your queries and provide relevant responses.",
|
|
image: "/images/how-it-works/image-2.png",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Get Personalized Advices",
|
|
text: "Based on the conversation with the AI chatbot, you will receive personalized recommendations related to your queries. The chatbot is trained to understand your preferences and provide customized suggestions.",
|
|
image: "/images/how-it-works/image-3.png",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Explore and Engage",
|
|
text: "Explore the recommendations provided by the AI chatbot and engage with the app. You can ask questions, provide feedback, and share your experience with the chatbot.",
|
|
image: "/images/how-it-works/image-4.png",
|
|
},
|
|
];
|