File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import Section from "../Section.astro";
1111<Section
1212 contentClassName ={ ` ${grid_classes } bg-[#5362DBE5]/[0.9] text-white rounded-[48px] max-sm:gap-0 ` }
1313 className =" bg-contrast !pt-34 md:!pt-68"
14+ idx =" get-in-touch"
1415>
1516 <div
1617 class =" flex flex-col gap-2 md:gap-4 col-span-6 md:col-span-12 md:px-8 lg:col-span-5 lg:col-start-2 max-md:px-4 lg:px-0"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const images = import.meta.glob<{ default: ImageMetadata }>(
4848 <div class =" flex flex-wrap gap-2.5" >
4949 <a
5050 id =" book-a-call-action-hero"
51- href =" #get-your-plan-section "
51+ href =" #get-in-touch "
5252 class =" inline-block bg-crocoder-yellow rounded-md px-[25px] py-4 text-center text-contrast text-base font-medium hover:opacity-90 uppercase w-fit max-h-14"
5353 >
5454 Let's talk
Original file line number Diff line number Diff line change 11---
2+ import BookACallForm from " ../components/BookACallForm.astro" ;
23import Footer from " ../components/footer.astro" ;
34import Navigation from " ../components/navigation.astro" ;
45import GetInTouch from " ../components/vibe-code-mvp/GetInTouch.astro" ;
@@ -26,5 +27,12 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
2627 <HowItWorks />
2728 <WhyWorkWithUs />
2829 <GetInTouch />
30+ <div class =" bg-contrast w-full" >
31+ <BookACallForm >
32+ <span slot =" title" >
33+ Build Your Business <span class =" text-crocoder-yellow" > With Us </span >
34+ </span >
35+ </BookACallForm >
36+ </div >
2937 <Footer />
3038</Base >
You can’t perform that action at this time.
0 commit comments