diff --git a/src/app/page.tsx b/src/app/page.tsx
index d41c79d..ef9a190 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,34 +31,26 @@ export default function LandingPage() {
@@ -336,42 +237,27 @@ export default function LandingPage() {
logoText="Seen and Unseen"
columns={[
{
- title: "Project",
- items: [
+ title: "Project", items: [
{
- label: "Findings",
- href: "#findings",
- },
+ label: "Findings", href: "#findings"},
{
- label: "Methodology",
- href: "#methodology",
- },
+ label: "Methodology", href: "#methodology"},
],
},
{
- title: "Competition",
- items: [
+ title: "Competition", items: [
{
- label: "No Hate Garden State",
- href: "#",
- },
+ label: "No Hate Garden State", href: "#"},
{
- label: "Fort Lee Youth",
- href: "#",
- },
+ label: "Fort Lee Youth", href: "#"},
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{
- label: "Documented Accounts",
- href: "#",
- },
+ label: "Documented Accounts", href: "#"},
{
- label: "Response Plan",
- href: "#action",
- },
+ label: "Response Plan", href: "#action"},
],
},
]}