Initial commit

This commit is contained in:
2025-10-11 11:55:25 +08:00
parent 467dad8449
commit 8107dee8d3
2879 changed files with 610575 additions and 0 deletions

164
src/data/how-to-use.tsx Normal file
View 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",
},
],
},
];