From 4fdf49c196ac840b3325c00d45b71c51c07c8a53 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 28 Aug 2026 04:22:16 +0000 Subject: [PATCH 1/2] Unhide Hacklytics 2027 sections and restyle them as lists Tracks, prizes, schedule, and sponsors were compiled but gated behind SHOW_FUTURE_SECTIONS = false, so navbar anchors went nowhere. Render those sections, drop last year's prize amounts and sponsor names, and match the Digital Bloom layout: stacked tracks, Best Overall TBA, one status board, DS@GT + MLH only, portal-only Notify me, pixel ground strip in the footer. Co-authored-by: Aamogh --- sites/hacklytics2027/components/Footer.tsx | 150 ++++++++------- .../components/HomeSections.tsx | 50 +---- sites/hacklytics2027/components/Navbar.tsx | 91 ++++----- .../components/sections/AboutSection.tsx | 94 ++++------ .../components/sections/Eyebrow.tsx | 9 + .../components/sections/FAQSection.tsx | 167 +++++++---------- .../sections/PrizeAndSpeakerSection.tsx | 163 ++++------------- .../components/sections/Schedule/Schedule.tsx | 173 +++--------------- .../components/sections/Schedule/data.ts | 161 ++-------------- .../components/sections/Sponsor.tsx | 102 +++-------- .../components/sections/TracksSection.tsx | 130 +++++-------- 11 files changed, 400 insertions(+), 890 deletions(-) create mode 100644 sites/hacklytics2027/components/sections/Eyebrow.tsx 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 ( -