diff --git a/app/consulting/[filename]/consulting.tsx b/app/consulting/[filename]/consulting.tsx
index 601f49021..4ca8fe70e 100644
--- a/app/consulting/[filename]/consulting.tsx
+++ b/app/consulting/[filename]/consulting.tsx
@@ -1,8 +1,11 @@
"use client";
import { Blocks } from "@/components/blocks-renderer";
+import { Booking } from "@/components/blocks/booking";
+import { BuiltOnAzure } from "@/components/blocks/builtOnAzure";
import { ClientLogos } from "@/components/blocks/clientLogos";
import { componentRenderer } from "@/components/blocks/mdxComponentRenderer";
+import { BookingButton } from "@/components/bookingButton/bookingButton";
import MediaCards from "@/components/consulting/mediaCard/mediaCards";
import { Marketing } from "@/components/marketing/Marketing";
import TechnologyCards from "@/components/technologyCard/technologyCards";
@@ -29,6 +32,11 @@ export default function Consulting({ props, tinaProps }) {
seoSchema={data.consulting.seo}
/>
+
+
@@ -90,6 +103,9 @@ export default function Consulting({ props, tinaProps }) {
)}
+
>
);
}