4 Commits

Author SHA1 Message Date
bbd53bed5c Merge version_9 into main
Merge version_9 into main
2026-03-11 14:33:48 +00:00
60a328dfd1 Update src/app/learn-more/integrations/page.tsx 2026-03-11 14:33:44 +00:00
70fc3af5e7 Update src/app/learn-more/ai-automation/page.tsx 2026-03-11 14:33:43 +00:00
bdc0f97ea8 Merge version_8 into main
Merge version_8 into main
2026-03-11 14:29:15 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

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