From 72637f508b410638ad16b6df10346d06e6a96c34 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:17:52 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 121 +++++---------------------------------- 1 file changed, 15 insertions(+), 106 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 599740b..1ff2d77 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -238,30 +130,10 @@ export default function LandingPage() { logoText="ELARA" columns={[ { - title: "Studio", - items: [ - { - label: "Gallery", - href: "/gallery", - }, - { - label: "Biography", - href: "/about", - }, - ], + title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }], }, { - title: "Connect", - items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "Instagram", - href: "#", - }, - ], + title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }], }, ]} /> -- 2.49.1