diff --git a/sites/hacklytics2027/components/Footer.tsx b/sites/hacklytics2027/components/Footer.tsx index e30f9376..72efcf66 100644 --- a/sites/hacklytics2027/components/Footer.tsx +++ b/sites/hacklytics2027/components/Footer.tsx @@ -1,92 +1,106 @@ "use client"; import Link from "next/link"; -import Image from "next/image"; -import { PixelFloraRow } from "./pixel/PixelBits"; +import { PixelGround } from "./pixel/PixelGarden"; +import { INTEREST_URL, PORTAL_ORIGIN } from "@/lib/links"; + +const navIds = ["about", "tracks", "prizes", "schedule", "sponsors", "faqs"]; export default function Footer() { return ( -