diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b1bf1b..dd9fb7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,20 @@ export default function LandingPage() { @@ -309,41 +212,27 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, ], }, { items: [ { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com/jdmedia", - }, + label: "Instagram", href: "https://instagram.com/jdmedia"}, { - label: "Twitter", - href: "https://twitter.com/jdmedia", - }, + label: "Twitter", href: "https://twitter.com/jdmedia"}, ], }, ]}