Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-09 15:59:26 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -27,9 +27,10 @@ export default function AboutPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Home", id: "/" },
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", href: "/about" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
@@ -97,9 +98,9 @@ export default function AboutPage() {
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", id: "services" },
{ label: "Work", id: "work" },
{ label: "Contact", id: "contact" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{

View File

@@ -33,9 +33,10 @@ export default function WebAgency2Page() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Home", id: "/" },
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", href: "/about" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
@@ -254,9 +255,9 @@ export default function WebAgency2Page() {
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", id: "services" },
{ label: "Work", id: "work" },
{ label: "Contact", id: "contact" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{