Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-06-04 03:33:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export default function ArchitectureStudioPage() {
navItems={[
{ name: "Work", id: "projects" },
{ name: "Philosophy", id: "philosophy" },
{ name: "Studio Gallery", href: "/studio-gallery" },
{ name: "Studio Gallery", id: "/studio-gallery" },
{ name: "Contact", id: "contact" }
]}
button={{

View File

@@ -10,7 +10,7 @@ export default function StudioGalleryPage() {
const navItems = [
{ name: "Work", id: "projects" },
{ name: "Philosophy", id: "philosophy" },
{ name: "Studio Gallery", href: "/studio-gallery" },
{ name: "Studio Gallery", id: "/studio-gallery" },
{ name: "Contact", id: "contact" }
];