From 721ed4a38963d0393d9e3f9c142c6e675d417f12 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:19:01 +0000 Subject: [PATCH 1/5] Add src/app/ai-automation/page.tsx --- src/app/ai-automation/page.tsx | 190 +++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 src/app/ai-automation/page.tsx diff --git a/src/app/ai-automation/page.tsx b/src/app/ai-automation/page.tsx new file mode 100644 index 0000000..68c7012 --- /dev/null +++ b/src/app/ai-automation/page.tsx @@ -0,0 +1,190 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Brain, Zap, TrendingUp, Clock, Lightbulb, Workflow } from "lucide-react"; + +export default function AIAutomationPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file -- 2.49.1 From 3a10c419bf2d32de2410ca97d3d0975b28a2f112 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:19:02 +0000 Subject: [PATCH 2/5] Add src/app/integrations/page.tsx --- src/app/integrations/page.tsx | 188 ++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 src/app/integrations/page.tsx diff --git a/src/app/integrations/page.tsx b/src/app/integrations/page.tsx new file mode 100644 index 0000000..1b0f4e6 --- /dev/null +++ b/src/app/integrations/page.tsx @@ -0,0 +1,188 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Zap, TrendingUp, Clock, Plug } from "lucide-react"; + +export default function IntegrationsPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ window.open("https://mail.google.com/mail/u/0/#inbox?compose=CllgCKCJDpcNVLgLjnmzlfjhpdVpzlhHMczkBTgTPMlCJWbKpnvxftQMXCJXsLrmzvsghmMqHjV", "_blank") } + ]} + buttonAnimation="slide-up" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} + /> +
+ + +
+ ); +} -- 2.49.1 From dfc94da6240d9c53172fd14da62e1d1ae520ce75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:19:02 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adc28ef..1514b7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" ], buttons: [ - { text: "Learn More", href: "#contact" } + { text: "Learn More", href: "/services/ai-automation" } ] }, { @@ -98,7 +98,7 @@ export default function LandingPage() { "Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development" ], buttons: [ - { text: "View Portfolio", href: "#projects" } + { text: "View Portfolio", href: "/services/web-development" } ] }, { @@ -106,7 +106,7 @@ export default function LandingPage() { "Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation" ], buttons: [ - { text: "Explore", href: "#contact" } + { text: "Explore", href: "/services/workflows" } ] }, { @@ -114,7 +114,7 @@ export default function LandingPage() { "Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling" ], buttons: [ - { text: "Get Started", href: "#contact" } + { text: "Get Started", href: "/services/integrations" } ] } ]} -- 2.49.1 From 6233048215300c1e79513b7fe7680ca0a26460da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:19:03 +0000 Subject: [PATCH 4/5] Add src/app/web-development/page.tsx --- src/app/web-development/page.tsx | 190 +++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 src/app/web-development/page.tsx diff --git a/src/app/web-development/page.tsx b/src/app/web-development/page.tsx new file mode 100644 index 0000000..d574aae --- /dev/null +++ b/src/app/web-development/page.tsx @@ -0,0 +1,190 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Zap, TrendingUp, Clock } from "lucide-react"; + +export default function WebDevelopmentPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file -- 2.49.1 From cdd22938d1cc5cb7fddbb6f82c4b29c5ef97b3ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:19:03 +0000 Subject: [PATCH 5/5] Add src/app/workflows/page.tsx --- src/app/workflows/page.tsx | 188 +++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 src/app/workflows/page.tsx diff --git a/src/app/workflows/page.tsx b/src/app/workflows/page.tsx new file mode 100644 index 0000000..3209d48 --- /dev/null +++ b/src/app/workflows/page.tsx @@ -0,0 +1,188 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Zap, TrendingUp, Clock, CheckCircle } from "lucide-react"; + +export default function WorkflowsPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ window.open("https://mail.google.com/mail/u/0/#inbox?compose=CllgCKCJDpcNVLgLjnmzlfjhpdVpzlhHMczkBTgTPMlCJWbKpnvxftQMXCJXsLrmzvsghmMqHjV", "_blank") } + ]} + buttonAnimation="slide-up" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} + /> +
+ + +
+ ); +} -- 2.49.1