diff --git a/src/app/photography/page.tsx b/src/app/photography/page.tsx index 9b88c4c..71b8e6f 100644 --- a/src/app/photography/page.tsx +++ b/src/app/photography/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -54,29 +44,15 @@ export default function LandingPage() { @@ -121,33 +85,21 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Services", - href: "/photography", - }, + label: "Services", href: "/photography"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "YouTube", - href: "#", - }, + label: "YouTube", href: "#"}, { - label: "WhatsApp", - href: "#", - }, + label: "WhatsApp", href: "#"}, ], }, ]}