diff --git a/components/header.tsx b/components/header.tsx index 73e52d8..d48a3c4 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -1,11 +1,19 @@ import React from 'react' import Link from 'next/link' +import Image from 'next/image' export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) { - return ( -
-