Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/chatbot/AIChatWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AIChatWidget: React.FC = () => {
const [conversationHistory, setConversationHistory] = useState<Message[]>([
{
text:
"👋 Hello! I'm TechTorque Assistant, your friendly car service companion! 🚗\n\nI can help you with:\n✅ Booking appointments\n✅ Checking service status\n✅ Vehicle information\n✅ Pricing & estimates\n\nWhat can I do for you today? 😊",
"👋 Hello! I'm TechTorque Assistant, your friendly car service companion! 🚗\n\nI can help you with:\n✅ Booking vehicles\n✅ TechTorque site-related information\n✅ Service inquiries\n✅ General assistance\n\nWhat can I do for you today? 😊",
sender: 'ai',
},
]);
Expand Down
Loading