Merge version_24 into main #47

Merged
bender merged 4 commits from version_24 into main 2026-03-13 02:17:54 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -161,4 +161,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -33,7 +33,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Services", id: "#services" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
@@ -159,7 +159,7 @@ export default function ContactPage() {
columns={[
{
title: "Product", items: [
{ label: "Services", href: "#services" },
{ label: "Services", href: "/services" },
{ label: "Work", href: "#portfolio" }
]
},
@@ -177,8 +177,8 @@ export default function ContactPage() {
},
{
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" }
{ label: "Privacy", href: "#privacy" },
{ label: "Terms", href: "#terms" }
]
}
]}
@@ -187,4 +187,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -206,4 +206,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -198,4 +198,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}