Merge version_9 into main

Merge version_9 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-11 14:33:48 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -26,10 +26,10 @@ export default function LearnMoreAIAutomation() {
<NavbarLayoutFloatingOverlay
brandName="Abdul Rafay"
navItems={[
{ name: "Work", id: "#" },
{ name: "Services", id: "#" },
{ name: "About", id: "#" },
{ name: "Contact", id: "#" }
{ name: "Work", id: "projects" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Contact", href: "#contact"

View File

@@ -26,10 +26,10 @@ export default function LearnMoreIntegrations() {
<NavbarLayoutFloatingOverlay
brandName="Abdul Rafay"
navItems={[
{ name: "Work", id: "#" },
{ name: "Services", id: "#" },
{ name: "About", id: "#" },
{ name: "Contact", id: "#" }
{ name: "Work", id: "projects" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Contact", href: "#contact"