Initial commit
This commit is contained in:
164
src/data/how-to-use.tsx
Normal file
164
src/data/how-to-use.tsx
Normal file
@@ -0,0 +1,164 @@
|
||||
export const navigation = [
|
||||
{
|
||||
id: "g0",
|
||||
title: "Getting started",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "g1",
|
||||
title: "Pricing plans",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Core features",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Roadmap",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
title: "Enhanced features",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
title: "Help and support",
|
||||
url: "/how-to-use",
|
||||
items: [
|
||||
{
|
||||
id: "0",
|
||||
title: "Sign up",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect with AI Chatbot",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Get Personalized Advices",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Explore and engage",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user