From 026b6652497df52670465a8c73aa61c505b1a293 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:43:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ea2a5..7c83e34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,10 @@ export default function LandingPage() { Date: Fri, 12 Jun 2026 23:43:47 +0000 Subject: [PATCH 2/2] Update src/app/upload-gallery/page.tsx --- src/app/upload-gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/upload-gallery/page.tsx b/src/app/upload-gallery/page.tsx index 815c105..0d0102b 100644 --- a/src/app/upload-gallery/page.tsx +++ b/src/app/upload-gallery/page.tsx @@ -62,7 +62,7 @@ export default function UploadGalleryPage() { { name: "Team", id: "team", href: "/" }, { name: "Testimonials", id: "testimonials", href: "/" }, { name: "Contact", id: "contact", href: "/" }, - { name: "Upload Gallery", href: "/upload-gallery" }, + { name: "Upload Gallery", id: "/upload-gallery", href: "/upload-gallery" } ]; return (