diff --git a/public/portrait.png b/public/portrait.png new file mode 100644 index 0000000..554cff4 Binary files /dev/null and b/public/portrait.png differ diff --git a/src/app/page.tsx b/src/app/page.tsx index d9b503d..cddd761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,29 @@ import React from 'react'; +import Image from 'next/image'; +import { Input } from '@/components/ui/input'; +import { Separator } from '@/components/ui/separator'; export default async function Home() { return (
+ { /* search header */} +
+ + { /* input */} +
+ Portrait of Markus Thielker + +
+
+ + +
); }