5 Commits

Author SHA1 Message Date
b0f588acce Update src/app/web-development/page.tsx 2026-03-11 14:23:35 +00:00
e5c50b149e Update src/app/portfolio/page.tsx 2026-03-11 14:23:34 +00:00
c5f87f2947 Update src/app/page.tsx 2026-03-11 14:23:34 +00:00
c95ec49f3f Update src/app/ai-automation/page.tsx 2026-03-11 14:23:34 +00:00
7691a114ec Merge version_6 into main
Merge version_6 into main
2026-03-11 14:19:07 +00:00
4 changed files with 10 additions and 15 deletions

View File

@@ -29,9 +29,7 @@ export default function AIAutomationPage() {
brandName="Abdul Rafay" brandName="Abdul Rafay"
navItems={[ navItems={[
{ name: "Work", id: "projects" }, { name: "Work", id: "projects" },
{ name: "Services", id: "/" }, { name: "Services", id: "services" },
{ name: "AI Automation", id: "/ai-automation" },
{ name: "Web Development", id: "/web-development" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
"Custom AI workflows for business processes", "Intelligent lead qualification and routing", "Automated customer support systems", "Smart business intelligence dashboards" "Custom AI workflows for business processes", "Intelligent lead qualification and routing", "Automated customer support systems", "Smart business intelligence dashboards"
], ],
buttons: [ buttons: [
{ text: "Learn More", href: "/services/ai-automation" } { text: "Learn More", href: "#contact" }
] ]
}, },
{ {
@@ -98,7 +98,7 @@ export default function LandingPage() {
"Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development" "Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development"
], ],
buttons: [ buttons: [
{ text: "View Portfolio", href: "/services/web-development" } { text: "View Portfolio", href: "#contact" }
] ]
}, },
{ {
@@ -106,7 +106,7 @@ export default function LandingPage() {
"Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation" "Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation"
], ],
buttons: [ buttons: [
{ text: "Explore", href: "/services/workflows" } { text: "Explore", href: "#contact" }
] ]
}, },
{ {
@@ -114,7 +114,7 @@ export default function LandingPage() {
"Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling" "Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling"
], ],
buttons: [ buttons: [
{ text: "Get Started", href: "/services/integrations" } { text: "Get Started", href: "#contact" }
] ]
} }
]} ]}

View File

@@ -28,8 +28,7 @@ export default function PortfolioPage() {
{ name: "Work", id: "projects" }, { name: "Work", id: "projects" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Portfolio", id: "/portfolio" }
]} ]}
button={{ button={{
text: "Start a Project", href: "#contact" text: "Start a Project", href: "#contact"

View File

@@ -29,9 +29,7 @@ export default function WebDevelopmentPage() {
brandName="Abdul Rafay" brandName="Abdul Rafay"
navItems={[ navItems={[
{ name: "Work", id: "projects" }, { name: "Work", id: "projects" },
{ name: "Services", id: "/" }, { name: "Services", id: "services" },
{ name: "AI Automation", id: "/ai-automation" },
{ name: "Web Development", id: "/web-development" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}