vite-project v0.0.0


components/Template

Remarks

The Template component renders the AILA Chatbot header banner. It displays a title and three logos (AUTH, AILA project, and University of Patras) in a responsive, styled layout.

Tailwind CSS powers the layout and hover animations.

Example

import { Template } from './Template';

export default function App() {
  return (
    <div>
      <Template />
        Insert other components here
    </div>
  );
}

Functions