diff --git a/components/MDXContent.tsx b/components/MDXContent.tsx
index 071a3532..e9653862 100644
--- a/components/MDXContent.tsx
+++ b/components/MDXContent.tsx
@@ -22,6 +22,8 @@ import MeetTheTeam from './home/MeetTheTeam';
import GallerySection from './home/GallerySection';
import VideoSection from './home/VideoSection';
import CTA from './home/CTA';
+import { AgbHistoryBlock } from './AgbHistoryBlock';
+import { PDFDownloadBlock } from './PDFDownloadBlock';
function ContactSection(props: any) {
return (
@@ -94,6 +96,10 @@ async function Block(props: any) {
return
;
case 'homeCTA':
return
;
+ case 'agbHistory':
+ return
;
+ case 'pdfDownload':
+ return
;
default:
return (
diff --git a/lib/TruckBlueprint.tsx b/lib/TruckBlueprint.tsx
index 8516e15c..374e9012 100644
--- a/lib/TruckBlueprint.tsx
+++ b/lib/TruckBlueprint.tsx
@@ -37,7 +37,7 @@ export const TruckBlueprint = ({
);
return (