diff --git a/src/app/page.tsx b/src/app/page.tsx index 1514b7f..c56d231 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: "/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" ], 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" ], 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" ], buttons: [ - { text: "Get Started", href: "/services/integrations" } + { text: "Get Started", href: "#contact" } ] } ]} @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}