Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user