From 82352ef05366d7f2c3c9ca8dbca4c8f707781b29 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:02:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ffa3c8..907d979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,8 +49,7 @@ export default function LandingPage() {
@@ -309,29 +208,19 @@ export default function LandingPage() { logoText="Aviation Team" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, ]} @@ -340,4 +229,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1