diff --git a/collection/app/home.css b/collection/app/home.css index 2990501..df6b25a 100644 --- a/collection/app/home.css +++ b/collection/app/home.css @@ -250,6 +250,7 @@ .frame-lockup { display: flex; flex-direction: column; + margin: 0; font-size: 2rem; line-height: 1; } diff --git a/collection/app/page.tsx b/collection/app/page.tsx index 909af65..50e067d 100644 --- a/collection/app/page.tsx +++ b/collection/app/page.tsx @@ -1,6 +1,7 @@ import AppIndex from "@/components/AppIndex"; import Footer from "@/components/Footer"; import Hero from "@/components/Hero"; +import JsonLd from "@/components/JsonLd"; import Manifesto from "@/components/Manifesto"; import Nav from "@/components/Nav"; import Rules from "@/components/Rules"; @@ -11,6 +12,7 @@ export default function Home() { // chrome to jump to, and
claimed the header and footer as content. return ( <> +