diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c97a75..a356f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,39 @@ -import ApiUrl from '@/components/ApiUrl'; +'use client'; + +import { Card, CardHeader, CardBody } from '@nextui-org/card'; +import { Button, Spacer } from '@nextui-org/react'; +import { IconArrowUp, IconTrash } from '@tabler/icons-react'; +import { TextArea } from '@/components/Textearea'; export default function Page() { return ( -
- +
+ +
+ + + Chat with AI + +
+ + +
+