diff --git a/src/app/page.tsx b/src/app/page.tsx index 2989efb..9ea5482 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,42 +44,21 @@ export default function LandingPage() {
@@ -331,25 +198,17 @@ export default function LandingPage() { { items: [ { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, { - label: "Booking", - href: "#pricing", - }, + label: "Booking", href: "#pricing"}, ], }, { items: [ { - label: "Instagram", - href: "https://www.instagram.com/lanadelslaytattoos/", - }, + label: "Instagram", href: "https://www.instagram.com/lanadelslaytattoos/"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}