Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbd53bed5c | |||
| 60a328dfd1 | |||
| 70fc3af5e7 | |||
| bdc0f97ea8 |
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user