Merge version_2 into main #4
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user