From 2e796351932c3f1e5b50454cd8e509673ee02b12 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:00:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++----------------------------------------- 1 file changed, 27 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea4dded..d60818b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -332,31 +161,11 @@ export default function LandingPage() { logoText="Lens & Light" columns={[ { - title: "Navigation", - items: [ - { - label: "Portfolio", - href: "#portfolio", - }, - { - label: "Services", - href: "#services", - }, - ], + title: "Navigation", items: [{ label: "Portfolio", href: "#portfolio" }, { label: "Services", href: "#services" }] }, { - title: "Social", - items: [ - { - label: "Instagram", - href: "https://instagram.com", - }, - { - label: "Twitter", - href: "https://twitter.com", - }, - ], - }, + title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" }] + } ]} /> -- 2.49.1