+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ window.open("https://mail.google.com/mail/u/0/#inbox?compose=CllgCKCJDpcNVLgLjnmzlfjhpdVpzlhHMczkBTgTPMlCJWbKpnvxftQMXCJXsLrmzvsghmMqHjV", "_blank") }
+ ]}
+ buttonAnimation="slide-up"
+ background={{ variant: "animated-grid" }}
+ useInvertedBackground={false}
+ />
+
+
+
+
+ );
+}
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" }
]
}
]}
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 (
+