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" } ]} />