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