mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
add header component
This commit is contained in:
parent
b536ee4124
commit
741f984360
1 changed files with 14 additions and 0 deletions
14
components/Header.tsx
Normal file
14
components/Header.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import Image from "next/image";
|
||||
|
||||
export function Header() {
|
||||
return (
|
||||
<div className="flex justify-center pt-4">
|
||||
<Image
|
||||
className=""
|
||||
src="/placeholder.svg"
|
||||
height="150"
|
||||
width="300"
|
||||
></Image>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue