From 73abf43f6cecbb2855850981fc746337f079080a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 20:21:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 591b4e5..58220c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Connect", id: "#connect"}, { - name: "Gallery", id: "#gallery", }, + name: "Gallery", id: "#gallery"}, { name: "About", id: "#about"}, { -- 2.49.1