markers and groups added

This commit is contained in:
Owen Rees
2023-06-05 16:26:17 +02:00
parent 1407125ba5
commit b28510b63d
29 changed files with 135 additions and 27 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ import Layout from "@/components/Layout";
export default function Home() {
return (
<Layout>
<header className="grid h-[calc(100%-64px)] bg-green-400 place-items-center">
<div>
<header className="grid h-[calc(100%-64px)] place-items-center">
<div className="relative h-full w-full bg-[url('/images/map-bg.jpg')] brightness-[0.2]"></div>
<div className="absolute z-10">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
</div>