11---
2- import BookACallForm from " ../components/BookACallForm .astro" ;
2+ import CalcomEmbedInline from " ../components/CalcomEmbedInline .astro" ;
33import Footer from " ../components/footer.astro" ;
44import Navigation from " ../components/navigation.astro" ;
55import Base from " ../layouts/base.astro" ;
@@ -18,6 +18,7 @@ import handsPuzzleServiceIcon from "../assets/hands-puzzle-service-icon.svg";
1818import crmServiceIcon from " ../assets/crm-service-icon.svg" ;
1919import circleCheckIcon from " ../assets/circle-check-icon.svg" ;
2020import quoteIcon from " ../assets/quote-icon.svg" ;
21+ import meetingImage from " ../assets/meeting-croc.png" ;
2122import " ../styles/main.css" ;
2223
2324const { ogImage = " https://www.crocoder.dev/homepage-metadata-img.png" } =
@@ -466,11 +467,52 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
466467 </Section >
467468
468469 <!-- CTA Section -->
469- <BookACallForm >
470- <span slot =" title" >
471- Let's Build Together
472- </span >
473- </BookACallForm >
470+ <Section
471+ className =" bg-secondary !pb-16 md:!pb-24 !pt-0 overflow-visible mt-[220px] xl:mt-[300px]"
472+ contentClassName ={ ` ${grid_classes } items-center ` }
473+ >
474+ <div
475+ class =" col-span-6 md:col-span-8 md:col-start-3 -translate-y-1/2 -mb-40 xl:col-span-6 xl:col-start-4 lg:-mb-60"
476+ >
477+ <Image
478+ class =" object-cover xl:p-6 md:p-0 p-8"
479+ src ={ meetingImage }
480+ alt =" CroCoder team member in a video call consultation"
481+ widths ={ [320 , 480 , 640 , 800 , 964 ]}
482+ sizes =" (max-width: 768px) calc(100vw - 32px), (max-width: 1280px) calc(67vw - 32px), calc(50vw - 28px)"
483+ loading =" lazy"
484+ />
485+ </div >
486+ <div
487+ id =" book-a-call-section"
488+ class =" col-span-6 grid gap-4 md:col-span-12 md:text-center md:justify-items-center text-white xl:col-span-8 xl:col-start-3 scroll-mt-20"
489+ >
490+ <Pill >Book your call today</Pill >
491+ <h2
492+ class =" text-[44px] leading-[48px] tracking-tight font-medium md:text-[74px] md:leading-[82px]"
493+ >
494+ Let's Build Together
495+ </h2 >
496+ <p class =" text-base leading-[26px] pt-3" >
497+ Stop wasting time being caught in operational bottlenecks. Schedule your
498+ free call today, and let's help you deliver on your strategic vision with
499+ confidence. Select a date below or
500+ <a class =" bold underline" href =" /contact" > contact us here.</a >
501+ </p >
502+ </div >
503+
504+ <div
505+ class =" relative col-span-6 md:col-span-10 md:col-start-2 overflow-hidden flex flex-col justify-center bg-white rounded"
506+ >
507+ <div id =" book-a-call" ></div >
508+ <CalcomEmbedInline
509+ calLink =" team/crocoder/staff-augmentation-intro"
510+ eventType =" staff-augmentation-intro"
511+ elementOrSelector =" #book-a-call"
512+ hideEventTypeDetails ={ false }
513+ />
514+ </div >
515+ </Section >
474516
475517 <Footer />
476518</Base >
0 commit comments