diff --git a/src/app/gothic/page.tsx b/src/app/gothic/page.tsx index 8508670..c908334 100644 --- a/src/app/gothic/page.tsx +++ b/src/app/gothic/page.tsx @@ -26,33 +26,19 @@ export default function LandingPage() { @@ -60,33 +46,22 @@ export default function LandingPage() {
@@ -118,21 +88,15 @@ export default function LandingPage() { logoText="VASLIC" columns={[ { - title: "Archive", - items: [ + title: "Archive", items: [ { - label: "The Vault", - href: "/vault", - }, + label: "The Vault", href: "/vault"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}