diff --git a/README.md b/README.md index a51ed3e..f9b8a5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Our Product +# BendBridge -Our app creates AI-powered, personalized educational guides for any topic. Provided with a request defining the user’s goal and feedback identifying their prior experiences and learning techniques, MindBridge generates a custom interactive roadmap with clear summaries, tutorials, and practice problems for each phase. With an easy-to-follow step-by-step guide, it is easier than ever to attain one’s goals, hone existing skills, or cultivate new ones. The combination of trackable, achievable steps, enables user productivity by reducing the time spent searching for resources that match your current skill level or appeal to your learning style. Additionally, visualizing progress improves motivation and consistency, and subdividing the problem into smaller, actionable steps makes the problem more approachable. Only with us can you get this detailed level of customization with our virtually limitless number of topics. +Our app creates AI-powered, personalized educational guides for any topic. Provided with a request defining the user’s goal and feedback identifying their prior experiences and learning techniques, BendBridge generates a custom interactive roadmap with clear summaries, tutorials, and practice problems for each phase. With an easy-to-follow step-by-step guide, it is easier than ever to attain one’s goals, hone existing skills, or cultivate new ones. The combination of trackable, achievable steps, enables user productivity by reducing the time spent searching for resources that match your current skill level or appeal to your learning style. Additionally, visualizing progress improves motivation and consistency, and subdividing the problem into smaller, actionable steps makes the problem more approachable. Only with us can you get this detailed level of customization with our virtually limitless number of topics. On the front end, the learner begins by entering a topic that they would like to learn more about in the text area. They are then routed to a short section asking for prior knowledge and later their learning style. Finally, they are given the roadmap for their goal, and when they click a step it provides a description, an example, and additional resources. diff --git a/src/app/layout.js b/src/app/layout.js index b420796..59d3e26 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -15,8 +15,8 @@ const geistMono = localFont({ }); export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "BendBridge", + description: "AI-powered personalized learning roadmaps.", }; export default function RootLayout({ children }) { diff --git a/src/app/page.js b/src/app/page.js index f418b78..17870ad 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -5,7 +5,7 @@ import TitleCard from "@/components/TitleCard"; export default function Home() { return (
- +
); } diff --git a/src/components/TitleCard.js b/src/components/TitleCard.js index 3b95b9d..e1fccab 100644 --- a/src/components/TitleCard.js +++ b/src/components/TitleCard.js @@ -78,7 +78,7 @@ export default function TitleCard() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.4 }} > - MindBridge + BendBridge