Initial commit
This commit is contained in:
52
src/data/benefits.tsx
Normal file
52
src/data/benefits.tsx
Normal file
@@ -0,0 +1,52 @@
|
||||
export const benefits = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Ask anything",
|
||||
text: "Lets users quickly find answers to their questions without having to search through multiple sources.",
|
||||
backgroundUrl: "/images/benefits/card-1.svg",
|
||||
iconUrl: "/images/benefits/icon-1.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
light: true,
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Improve everyday",
|
||||
text: "The app uses natural language processing to understand user queries and provide accurate and relevant responses.",
|
||||
backgroundUrl: "/images/benefits/card-2.svg",
|
||||
iconUrl: "/images/benefits/icon-2.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Connect everywhere",
|
||||
text: "Connect with the AI chatbot from anywhere, on any device, making it more accessible and convenient.",
|
||||
backgroundUrl: "/images/benefits/card-3.svg",
|
||||
iconUrl: "/images/benefits/icon-3.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fast responding",
|
||||
text: "Lets users quickly find answers to their questions without having to search through multiple sources.",
|
||||
backgroundUrl: "/images/benefits/card-4.svg",
|
||||
iconUrl: "/images/benefits/icon-4.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
light: true,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Ask anything",
|
||||
text: "Lets users quickly find answers to their questions without having to search through multiple sources.",
|
||||
backgroundUrl: "/images/benefits/card-5.svg",
|
||||
iconUrl: "/images/benefits/icon-1.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Improve everyday",
|
||||
text: "The app uses natural language processing to understand user queries and provide accurate and relevant responses.",
|
||||
backgroundUrl: "/images/benefits/card-6.svg",
|
||||
iconUrl: "/images/benefits/icon-2.svg",
|
||||
imageUrl: "/images/benefits/image-2.png",
|
||||
},
|
||||
];
|
||||
79
src/data/collaboration.tsx
Normal file
79
src/data/collaboration.tsx
Normal file
@@ -0,0 +1,79 @@
|
||||
const text =
|
||||
"With smart automation and top-notch security, it's the perfect solution for teams looking to work smarter.";
|
||||
|
||||
const content = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Seamless Integration",
|
||||
text: text,
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Smart Automation",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Top-notch Security",
|
||||
},
|
||||
];
|
||||
|
||||
const apps = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Figma",
|
||||
icon: "/images/collaboration/figma.png",
|
||||
width: 26,
|
||||
height: 36,
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Notion",
|
||||
icon: "/images/collaboration/notion.png",
|
||||
width: 34,
|
||||
height: 36,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Discord",
|
||||
icon: "/images/collaboration/discord.png",
|
||||
width: 36,
|
||||
height: 28,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Slack",
|
||||
icon: "/images/collaboration/slack.png",
|
||||
width: 34,
|
||||
height: 35,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Photoshop",
|
||||
icon: "/images/collaboration/photoshop.png",
|
||||
width: 34,
|
||||
height: 34,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Protopie",
|
||||
icon: "/images/collaboration/protopie.png",
|
||||
width: 34,
|
||||
height: 34,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Framer",
|
||||
icon: "/images/collaboration/framer.png",
|
||||
width: 26,
|
||||
height: 34,
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Raindrop",
|
||||
icon: "/images/collaboration/raindrop.png",
|
||||
width: 38,
|
||||
height: 32,
|
||||
},
|
||||
];
|
||||
|
||||
export { text, content, apps };
|
||||
44
src/data/community.tsx
Normal file
44
src/data/community.tsx
Normal file
@@ -0,0 +1,44 @@
|
||||
export const community = [
|
||||
{
|
||||
id: "0",
|
||||
name: "David Chen",
|
||||
role: "Engineer",
|
||||
avatarUrl: "/images/community/avatar-1.jpg",
|
||||
text: "Brainwave has been a game-changer for my business. The AI chatbot helps me stay on top of industry trends and provides me with customized recommendations that help me make informed decisions. It's like having a personal assistant at my fingertips. I would highly recommend this app to any entrepreneur looking to improve their productivity and efficiency.",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
name: "Dash",
|
||||
role: "Creative director @UI8",
|
||||
avatarUrl: "/images/community/avatar-2.jpg",
|
||||
text: "I was blown away by the accuracy and speed of the AI chatbot on Brainwave. It was able to understand my queries and provide relevant recommendations in seconds.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Johnson",
|
||||
role: "Sales Executive",
|
||||
avatarUrl: "/images/community/avatar-3.jpg",
|
||||
text: "I have been using Brainwave for several months and have been impressed with its capabilities. The AI chatbot is able to understand complex queries and provide accurate recommendations, making my life easier and more productive. I would recommend this app to anyone looking for a reliable and efficient AI assistant.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Entrepreneur",
|
||||
avatarUrl: "/images/community/avatar-4.jpg",
|
||||
text: "Brainwave has been a game-changer for my business. The AI chatbot helps me stay on top of industry trends and provides me with customized recommendations that help me make informed decisions. It's like having a personal assistant at my fingertips. I would highly recommend this app to any entrepreneur looking to improve their productivity and efficiency.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Johnson",
|
||||
role: "Entrepreneur",
|
||||
avatarUrl: "/images/community/avatar-5.jpg",
|
||||
text: "Brainwave has revolutionized the way I interact with digital assistants. The AI chatbot is able to understand my preferences and provide customized suggestions that are tailored to my needs. The app is user-friendly and intuitive, making it a joy to use.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
role: "UX Designer",
|
||||
avatarUrl: "/images/community/avatar-6.jpg",
|
||||
text: "Brainwave has been a game-changer for my business. The AI chatbot helps me stay on top of industry trends and provides me with customized recommendations that help me make informed decisions. It's like having a personal assistant at my fingertips. I would highly recommend this app to any entrepreneur looking to improve their productivity and efficiency.",
|
||||
},
|
||||
];
|
||||
82
src/data/comparison.tsx
Normal file
82
src/data/comparison.tsx
Normal file
@@ -0,0 +1,82 @@
|
||||
export const comparison = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Custom AI chatbot",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Live support",
|
||||
pricing: [null, "Email", "1-1 support"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Integrations",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Advanced analytics",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dedicated account manager",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Dedicated account manager",
|
||||
pricing: [true, true, true],
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Enhanced security",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Custom AI chatbot",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "Customized training",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
title: "Customized analytics",
|
||||
pricing: [false, true, true],
|
||||
},
|
||||
{
|
||||
id: "10",
|
||||
title: "Multi-agent support",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "11",
|
||||
title: "Advanced integrations",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "12",
|
||||
title: "Dedicated server",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "13",
|
||||
title: "White-labeling",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
{
|
||||
id: "14",
|
||||
title: "Customizable branding",
|
||||
pricing: [false, false, true],
|
||||
enterprise: true,
|
||||
},
|
||||
];
|
||||
27
src/data/faq.tsx
Normal file
27
src/data/faq.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
export const faq = [
|
||||
{
|
||||
id: "0",
|
||||
title: "What is Brainwave - AI chat app?",
|
||||
text: "Brainwave - AI chat app is a chatbot-powered app that provides personalized recommendations to users based on their preferences. The app uses natural language processing to understand user queries and provide accurate and relevant responses. With Brainwave, users can get customized suggestions for everything from meal planning to exercise routines, making it easier to achieve their goals and live a healthier lifestyle.",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "How does Brainwave - AI chat app work?",
|
||||
text: "Brainwave - AI chat app is a chatbot-powered app that provides personalized recommendations to users based on their preferences. The app uses natural language processing to understand user queries and provide accurate and relevant responses. With Brainwave, users can get customized suggestions for everything from meal planning to exercise routines, making it easier to achieve their goals and live a healthier lifestyle.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the core features of Brainwave?",
|
||||
text: "Brainwave - AI chat app is a chatbot-powered app that provides personalized recommendations to users based on their preferences. The app uses natural language processing to understand user queries and provide accurate and relevant responses. With Brainwave, users can get customized suggestions for everything from meal planning to exercise routines, making it easier to achieve their goals and live a healthier lifestyle.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How much does Brainwave cost?",
|
||||
text: "Brainwave - AI chat app is a chatbot-powered app that provides personalized recommendations to users based on their preferences. The app uses natural language processing to understand user queries and provide accurate and relevant responses. With Brainwave, users can get customized suggestions for everything from meal planning to exercise routines, making it easier to achieve their goals and live a healthier lifestyle.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How can I get started with Brainwave?",
|
||||
text: "Brainwave - AI chat app is a chatbot-powered app that provides personalized recommendations to users based on their preferences. The app uses natural language processing to understand user queries and provide accurate and relevant responses. With Brainwave, users can get customized suggestions for everything from meal planning to exercise routines, making it easier to achieve their goals and live a healthier lifestyle.",
|
||||
},
|
||||
];
|
||||
26
src/data/features.tsx
Normal file
26
src/data/features.tsx
Normal file
@@ -0,0 +1,26 @@
|
||||
export const features = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Unlock the power of AI",
|
||||
text: "Brainwave unlocks the potential of AI-powered applications",
|
||||
imageUrl: "/images/figures/1.png",
|
||||
iconUrl: "/images/icons/recording-01-black.svg",
|
||||
notification: "Code generation",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Transform your conversations with AI",
|
||||
text: "Brainwave unlocks the potential of AI-powered applications",
|
||||
imageUrl: "/images/figures/3.png",
|
||||
iconUrl: "/images/icons/recording-01-black.svg",
|
||||
notification: "Education feedback",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Discover the benefits of AI chat",
|
||||
text: "Brainwave unlocks the potential of AI-powered applications",
|
||||
imageUrl: "/images/figures/4.png",
|
||||
iconUrl: "/images/icons/recording-01-black.svg",
|
||||
notification: "Video genertion",
|
||||
},
|
||||
];
|
||||
26
src/data/how-it-works.tsx
Normal file
26
src/data/how-it-works.tsx
Normal file
@@ -0,0 +1,26 @@
|
||||
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",
|
||||
},
|
||||
];
|
||||
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",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
36
src/data/pricing.tsx
Normal file
36
src/data/pricing.tsx
Normal file
@@ -0,0 +1,36 @@
|
||||
export const pricing = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Basic",
|
||||
description: "AI chatbot, personalized recommendations",
|
||||
price: "0",
|
||||
features: [
|
||||
"An AI chatbot that can understand your queries",
|
||||
"Personalized recommendations based on your preferences",
|
||||
"Ability to explore the app and its features without any cost",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium",
|
||||
description:
|
||||
"Advanced AI chatbot, priority support, analytics dashboard",
|
||||
price: "9.99",
|
||||
features: [
|
||||
"An advanced AI chatbot that can understand complex queries",
|
||||
"An analytics dashboard to track your conversations",
|
||||
"Priority support to solve issues quickly",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Enterprise",
|
||||
description: "Custom AI chatbot, advanced analytics, dedicated account",
|
||||
price: null,
|
||||
features: [
|
||||
"An AI chatbot that can understand your queries",
|
||||
"Personalized recommendations based on your preferences",
|
||||
"Ability to explore the app and its features without any cost",
|
||||
],
|
||||
},
|
||||
];
|
||||
108
src/data/roadmap.tsx
Normal file
108
src/data/roadmap.tsx
Normal file
@@ -0,0 +1,108 @@
|
||||
export const roadmap = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Voice recognition",
|
||||
text: "Enable the chatbot to understand and respond to voice commands, making it easier for users to interact with the app hands-free.",
|
||||
date: "May 2023",
|
||||
status: "done",
|
||||
imageUrl: "/images/roadmap/image-1.png",
|
||||
colorful: true,
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Gamification",
|
||||
text: "Add game-like elements, such as badges or leaderboards, to incentivize users to engage with the chatbot more frequently.",
|
||||
date: "May 2023",
|
||||
status: "progress",
|
||||
imageUrl: "/images/roadmap/image-2.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Chatbot customization",
|
||||
text: "Allow users to customize the chatbot's appearance and behavior, making it more engaging and fun to interact with.",
|
||||
date: "May 2023",
|
||||
status: "done",
|
||||
imageUrl: "/images/roadmap/image-3.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Integration with APIs",
|
||||
text: "Allow the chatbot to access external data sources, such as weather APIs or news APIs, to provide more relevant recommendations.",
|
||||
date: "May 2023",
|
||||
status: "progress",
|
||||
imageUrl: "/images/roadmap/image-4.png",
|
||||
},
|
||||
];
|
||||
|
||||
export const roadmapFull = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Define the problem",
|
||||
text: "Identify the problem that your chat AI app will solve. Determine the target audience and their needs.",
|
||||
date: "apr 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Gather data",
|
||||
text: "Gather data that will help you understand the target audience and their needs. This can include user surveys, feedback, and other sources of data.",
|
||||
date: "jun 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Design the chatbot",
|
||||
text: "Design the chatbot that will be the backbone of your app. Determine the features and functionalities that it needs to have.",
|
||||
date: "jul 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Train the chatbot",
|
||||
text: "Train the chatbot using the data that you have gathered. This will help it understand the target audience and provide accurate recommendations.",
|
||||
date: "aug 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Build the app",
|
||||
text: "Build the app around the chatbot. Determine the user interface, features, and functionalities that it needs to have.",
|
||||
date: "sep 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Test the app",
|
||||
text: "Test the app to ensure that it meets the requirements and provides accurate recommendations.",
|
||||
date: "nov 2023",
|
||||
status: "done",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Launch the app",
|
||||
text: "Launch the app and promote it through various channels, such as social media, email marketing, and paid advertising.",
|
||||
date: "dec 2023",
|
||||
status: "progress",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Collect feedback",
|
||||
text: "Collect feedback from users to improve the app and make it more user-friendly.",
|
||||
date: "feb 2024",
|
||||
status: "undone",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "Update the app",
|
||||
text: "Update the app regularly to ensure that it remains relevant and provides accurate recommendations.",
|
||||
date: "mar 2024",
|
||||
status: "undone",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
title: "Add more features",
|
||||
text: "After launching the app and collecting feedback, add more features to the chatbot to make it more useful and engaging for users. These features can include integration with other apps, voice recognition, and more customization options.",
|
||||
date: "may 2024",
|
||||
status: "undone",
|
||||
},
|
||||
];
|
||||
34
src/data/testimonials.tsx
Normal file
34
src/data/testimonials.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
export const testimonials = [
|
||||
{
|
||||
id: "0",
|
||||
logoUrl: "/images/yourlogo.svg",
|
||||
imageUrl: "/images/testimonials/testimonial-1.png",
|
||||
name: "Jane Smith",
|
||||
role: "UX Designer",
|
||||
text: "I was blown away by the accuracy and speed of the AI chatbot on Brainwave. It was able to understand my queries and provide relevant recommendations in seconds.",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
logoUrl: "/images/yourlogo.svg",
|
||||
imageUrl: "/images/testimonials/testimonial-2.png",
|
||||
name: "Jane Doe",
|
||||
role: "UX Designer",
|
||||
text: "Brainwave has revolutionized the way I interact with digital assistants. The AI chatbot is able to understand my preferences and provide customized suggestions that are tailored to my needs. The app is user-friendly and intuitive, making it a joy to use.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
logoUrl: "/images/yourlogo.svg",
|
||||
imageUrl: "/images/testimonials/testimonial-3.png",
|
||||
name: "Jane Smith",
|
||||
role: "UX Designer",
|
||||
text: "I was blown away by the accuracy and speed of the AI chatbot on Brainwave. It was able to understand my queries and provide relevant recommendations in seconds.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
logoUrl: "/images/yourlogo.svg",
|
||||
imageUrl: "/images/testimonials/testimonial-4.png",
|
||||
name: "Jane Smith",
|
||||
role: "UX Designer",
|
||||
text: "I was blown away by the accuracy and speed of the AI chatbot on Brainwave. It was able to understand my queries and provide relevant recommendations in seconds.",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user