From f3121fe1fc5b1ee9ab5ed90f0501afd3466e8250 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:59:19 +0000 Subject: [PATCH] Update src/app/photography/page.tsx --- src/app/photography/page.tsx | 86 ++++++++---------------------------- 1 file changed, 19 insertions(+), 67 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1