import React from 'react'; import Chatbot from '../components/Chatbot'; const AiAssistantPage = () => { return (

AI Assistant

Your dedicated AI concierge for detailed insights and assistance.

); }; export default AiAssistantPage;