Skip to content

Commit

Permalink
Conflicts are resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Aug 12, 2024
2 parents 2d64755 + 140ee09 commit 49bac1d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/LandingPage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function LandingPage() {
<div className="flex justify-end pt-10 pr-10">
{/* login button */}
<button className="border text-sm font-medium relative border-neutral-200 dark:border-white/[0.2] text-white dark:text-white px-4 py-2 rounded-full">
<span>Login</span>
<span><a href="HomePage">Login</a></span>
<span className="absolute inset-x-0 w-1/2 mx-auto -bottom-px bg-gradient-to-r from-transparent via-blue-500 to-transparent h-px" />
</button>
</div>
Expand Down
28 changes: 28 additions & 0 deletions components/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,34 @@
// "How should the AI chatbot greet new users?",
// "When might the chatbot need to explain its purpose to a user?"
// ];
// export function Chat() {
// const placeholders = [
// "What's the first rule of Fight Club?",
// "Who is Tyler Durden?",
// "Where is Andrew Laeddis hiding?",
// "Write a Javascript method to reverse a string",
// "How to assemble your own PC?",
// //new questions
// "What are some effective study techniques for [Computer Network]?",
// "How should I prepare for an upcoming exam in [BigData]?",
// "Can you help me create a study plan?",
// "What are some tips for improving my memory retention?",
// "How can I stay motivated while studying?",
// //Support and Troubleshooting
// "Who can I contact if I encounter a technical issue on HeadStarter AI?",
// "What should I do if my session fails to start?",
// "How do I report a bug or suggest a feature improvement?",
// "What are the most common technical issues users face on HeadStarter AI?",
// "How can I get help if I'm not sure how to use a specific feature?",
// //Learning and improvement
// "What resources does HeadStarter AI offer to help me prepare for interviews?",
// "How can I improve my coding skills using HeadStarter AI?",
// "Are there any tutorials or guides available on how to use HeadStarter AI effectively?",
// "Can HeadStarter AI help me with behavioral interview preparation?",
// " How do I set goals and track my improvement over time on HeadStarter AI?"

// ,
// ];

// const [messages, setMessages] = useState<Message[]>([
// {
Expand Down

0 comments on commit 49bac1d

Please sign in to comment.