Update src/app/learn-more/integrations/page.tsx

This commit is contained in:
2026-03-11 14:33:44 +00:00
parent 70fc3af5e7
commit 60a328dfd1

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"