From 2389e11ed079e559a2cbafc42c54ea0596cc9e91 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:33:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba4987f..21bb3af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TeamCardTen from "@/components/sections/team/TeamCardTen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Mail, Zap } from "lucide-react"; +import { Mail, Zap, Linkedin } from "lucide-react"; export default function Page() { return ( @@ -99,7 +99,8 @@ export default function Page() { title="Streamlined CI/CD Architecture: From Code Commit to Production Deployment" useInvertedBackground={false} buttons={[ - { text: "View Pipeline Diagram", href: "#" } + { text: "View Pipeline Diagram", href: "#" }, + { text: "Schedule Consultation", href: "https://linkedin.com" } ]} /> -- 2.49.1