12 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
e42a720dd7 Update src/app/workflows/page.tsx 2026-03-11 14:29:11 +00:00
1f9c22fbca Update src/app/web-development/page.tsx 2026-03-11 14:29:11 +00:00
1ef17e36e3 Update src/app/page.tsx 2026-03-11 14:29:10 +00:00
a21a475878 Update src/app/learn-more/integrations/page.tsx 2026-03-11 14:29:10 +00:00
22b8539988 Update src/app/learn-more/ai-automation/page.tsx 2026-03-11 14:29:10 +00:00
cfd6d256ad Update src/app/integrations/page.tsx 2026-03-11 14:29:09 +00:00
8d0ecf0da0 Update src/app/ai-automation/page.tsx 2026-03-11 14:29:09 +00:00
51b039c6b4 Merge version_7 into main
Merge version_7 into main
2026-03-11 14:23:39 +00:00
7 changed files with 25 additions and 99 deletions

View File

@@ -34,7 +34,7 @@ export default function AIAutomationPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -53,8 +53,7 @@ export default function AIAutomationPage() {
tag="AI-Powered Automation"
tagAnimation="slide-up"
buttons={[
{ text: "See Case Studies", href: "#projects" },
{ text: "Get Started", href: "#contact" }
{ text: "See Case Studies", href: "#projects" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png?_wi=1"
@@ -74,33 +73,21 @@ export default function AIAutomationPage() {
{
id: "intelligent-workflows", label: "Intelligent Workflows", title: "Smart Business Processes", items: [
"Automated lead qualification and scoring", "Intelligent customer routing and assignment", "Smart follow-up sequencing and timing", "Dynamic workflow optimization"
],
buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: "customer-support", label: "Support Automation", title: "24/7 Customer Intelligence", items: [
"AI-powered support ticket routing", "Automated response generation", "Intelligent escalation management", "Customer satisfaction optimization"
],
buttons: [
{ text: "Explore", href: "#contact" }
]
},
{
id: "data-intelligence", label: "Data Intelligence", title: "Smart Analytics & Insights", items: [
"Real-time business intelligence dashboards", "Predictive analytics and forecasting", "Automated reporting and insights", "Data-driven decision automation"
],
buttons: [
{ text: "Discover", href: "#contact" }
]
},
{
id: "integrations", label: "AI Integration", title: "Seamless AI Ecosystem", items: [
"Custom AI model implementation", "Multi-tool integration and orchestration", "Advanced API connectivity", "Enterprise automation infrastructure"
],
buttons: [
{ text: "Get Started", href: "#contact" }
]
}
]}
@@ -185,4 +172,4 @@ export default function AIAutomationPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -34,7 +34,7 @@ export default function IntegrationsPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -53,8 +53,7 @@ export default function IntegrationsPage() {
tag="Integration Specialist"
tagAnimation="slide-up"
buttons={[
{ text: "View Integrations", href: "#projects" },
{ text: "Get Connected", href: "#contact" }
{ text: "View Integrations", href: "#projects" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/modern-web-interface-for-an-ai-content-g-1773232936048-fda19c95.png?_wi=1"
@@ -74,33 +73,21 @@ export default function IntegrationsPage() {
{
id: "api-integration", label: "API Integration", title: "Custom API Integrations", items: [
"RESTful and GraphQL API development", "Third-party API connections", "Webhook implementation and management", "Real-time data synchronization"
],
buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: "ai-models", label: "AI Models", title: "AI Model Implementation", items: [
"LLM integration and fine-tuning", "Custom machine learning models", "Predictive analytics implementation", "Natural language processing solutions"
],
buttons: [
{ text: "Explore AI", href: "#contact" }
]
},
{
id: "platform-sync", label: "Platform Connectivity", title: "Multi-Platform Ecosystem Sync", items: [
"CRM to marketing automation sync", "ERP and accounting system integration", "E-commerce platform connections", "Analytics and BI tool integration"
],
buttons: [
{ text: "Get Started", href: "#contact" }
]
},
{
id: "advanced-tooling", label: "Advanced Tools", title: "Advanced Automation Tooling", items: [
"No-code automation platform setup", "Custom webhook infrastructure", "Data transformation pipelines", "Real-time event processing"
],
buttons: [
{ text: "Discover", href: "#contact" }
]
}
]}
@@ -185,4 +172,4 @@ export default function IntegrationsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -26,13 +26,13 @@ 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: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -67,9 +67,6 @@ export default function LearnMoreAIAutomation() {
tagAnimation="slide-up"
title="Intelligent systems that learn and adapt to your business needs. Custom AI workflows that eliminate repetitive tasks, reduce errors, and free your team to focus on strategic work."
useInvertedBackground={false}
buttons={[
{ text: "Back to Home", href: "/" }
]}
buttonAnimation="slide-up"
/>
</div>

View File

@@ -26,13 +26,13 @@ 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: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -67,9 +67,6 @@ export default function LearnMoreIntegrations() {
tagAnimation="slide-up"
title="We specialize in connecting disparate systems into a unified, intelligent ecosystem. Custom API development, AI model implementation, and advanced automation tooling that scales with your business."
useInvertedBackground={false}
buttons={[
{ text: "Back to Home", href: "/" }
]}
buttonAnimation="slide-up"
/>
</div>

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -54,8 +54,7 @@ export default function LandingPage() {
tag="Automation Expert"
tagAnimation="slide-up"
buttons={[
{ text: "View My Work", href: "#projects" },
{ text: "Start a Project", href: "#contact" }
{ text: "View My Work", href: "#projects" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png?_wi=1"
@@ -71,9 +70,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="I design and build intelligent systems that automate business operations, streamline workflows, and transform ideas into scalable digital products. My focus: build systems that work smarter than people."
useInvertedBackground={false}
buttons={[
{ text: "Explore My Work", href: "#projects" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -88,33 +84,21 @@ export default function LandingPage() {
{
id: "ai-automation", label: "AI Automation", title: "AI Automation Systems", items: [
"Custom AI workflows for business processes", "Intelligent lead qualification and routing", "Automated customer support systems", "Smart business intelligence dashboards"
],
buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: "web-development", label: "Web Solutions", title: "High-Performance Websites", items: [
"Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development"
],
buttons: [
{ text: "View Portfolio", href: "#contact" }
]
},
{
id: "workflows", label: "Workflows", title: "Automation Workflows", items: [
"Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation"
],
buttons: [
{ text: "Explore", href: "#contact" }
]
},
{
id: "integrations", label: "Integration", title: "AI Tools & Integrations", items: [
"Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling"
],
buttons: [
{ text: "Get Started", href: "#contact" }
]
}
]}
@@ -199,4 +183,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -34,7 +34,7 @@ export default function WebDevelopmentPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -53,8 +53,7 @@ export default function WebDevelopmentPage() {
tag="Modern Web Development"
tagAnimation="slide-up"
buttons={[
{ text: "View Portfolio", href: "#projects" },
{ text: "Start Your Project", href: "#contact" }
{ text: "View Portfolio", href: "#projects" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-high-end-modern-business-1773232935942-84f134d4.png?_wi=1"
@@ -74,33 +73,21 @@ export default function WebDevelopmentPage() {
{
id: "frontend-development", label: "Frontend Development", title: "Modern Interactive Interfaces", items: [
"React & Next.js applications", "Responsive design across all devices", "Advanced animations and interactions", "Accessibility-first implementation"
],
buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: "performance-optimization", label: "Performance", title: "Lightning-Fast Performance", items: [
"Image optimization and lazy loading", "Code splitting and bundling optimization", "Core Web Vitals optimization", "Content delivery network integration"
],
buttons: [
{ text: "Explore", href: "#contact" }
]
},
{
id: "backend-infrastructure", label: "Backend Services", title: "Scalable Infrastructure", items: [
"Node.js and API development", "Database design and optimization", "Cloud infrastructure setup", "Secure authentication systems"
],
buttons: [
{ text: "Discover", href: "#contact" }
]
},
{
id: "conversion-seo", label: "Optimization", title: "SEO & Conversion Focused", items: [
"Technical SEO implementation", "Conversion rate optimization", "Analytics and tracking setup", "A/B testing and performance monitoring"
],
buttons: [
{ text: "Get Started", href: "#contact" }
]
}
]}
@@ -185,4 +172,4 @@ export default function WebDevelopmentPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -34,7 +34,7 @@ export default function WorkflowsPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start a Project", href: "#contact"
text: "Contact", href: "#contact"
}}
/>
</div>
@@ -53,8 +53,7 @@ export default function WorkflowsPage() {
tag="Workflow Automation"
tagAnimation="slide-up"
buttons={[
{ text: "View Case Studies", href: "#projects" },
{ text: "Schedule Demo", href: "#contact" }
{ text: "View Case Studies", href: "#projects" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/screenshot-of-a-sophisticated-automation-1773232936102-44b60f1d.png?_wi=1"
@@ -74,33 +73,21 @@ export default function WorkflowsPage() {
{
id: "lead-automation", label: "Lead Generation", title: "Lead Pipeline Automation", items: [
"Intelligent lead capture and qualification", "Automated nurturing sequences", "Smart lead scoring and routing", "Multi-channel lead integration"
],
buttons: [
{ text: "Learn More", href: "#contact" }
]
},
{
id: "crm-workflows", label: "CRM Integration", title: "CRM Automation & Optimization", items: [
"Seamless CRM data synchronization", "Automated contact management", "Pipeline stage automation", "Real-time sales insights"
],
buttons: [
{ text: "Explore CRM", href: "#contact" }
]
},
{
id: "customer-support", label: "Customer Support", title: "Automated Support Workflows", items: [
"Ticket routing and prioritization", "Automated response systems", "Customer escalation workflows", "Support analytics and reporting"
],
buttons: [
{ text: "Get Started", href: "#contact" }
]
},
{
id: "business-processes", label: "Business Operations", title: "Core Business Process Automation", items: [
"Document processing workflows", "Invoice and payment automation", "Approval and compliance workflows", "Reporting and analytics automation"
],
buttons: [
{ text: "Discover", href: "#contact" }
]
}
]}
@@ -185,4 +172,4 @@ export default function WorkflowsPage() {
</div>
</ThemeProvider>
);
}
}