{data.title}
-
+
{description}
{headerPictureUrl && (
@@ -125,23 +99,13 @@ export default function Home({ data, headerPictureUrl, faviconUrl, faviconType,
)}
- {portfolioEntries.map((entry, idx) => (
- entry.url ? (
-
-
-
-
-
- ) : (
-
- )
- ))}
+
- {data.footer &&
}
+ {data.footer && (
+
+ {data.footer}
+
+ )}
>
)
}