Files
vf_react/src/data/how-to-use.tsx
2025-10-11 12:02:01 +08:00

165 lines
3.9 KiB
TypeScript

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",
},
],
},
];