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: "#" }], }, ]} />