Update src/app/about/page.tsx

This commit is contained in:
2026-02-08 19:32:04 +00:00
parent ca5bed230b
commit 4de464d5e5

View File

@@ -26,6 +26,7 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
brandName="Dialedweb"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" }