diff --git a/apps/website/src/components/BookACallForm.astro b/apps/website/src/components/BookACallForm.astro
index 27e88fb7..8cd42993 100644
--- a/apps/website/src/components/BookACallForm.astro
+++ b/apps/website/src/components/BookACallForm.astro
@@ -5,6 +5,16 @@ import Pill from "./Pill.astro";
import Section from "./Section.astro";
import { Image } from "astro:assets";
import meetingImage from "../assets/meeting-croc.png";
+
+export interface Props {
+ calLink?: string;
+ eventType?: string;
+}
+
+const {
+ calLink = "team/crocoder/hello",
+ eventType = "hello",
+} = Astro.props;
---
@@ -47,8 +57,8 @@ import meetingImage from "../assets/meeting-croc.png";
>
diff --git a/apps/website/src/components/cto/Hero.astro b/apps/website/src/components/cto/Hero.astro
index e99abf8f..5a920873 100644
--- a/apps/website/src/components/cto/Hero.astro
+++ b/apps/website/src/components/cto/Hero.astro
@@ -32,8 +32,7 @@ import heroImage from "../../assets/cto-hero.png";
- A web development consultancy helping CTOs Minimize their Hands-on.
- Involvement in Daily Operations
+ A Web Development Consultancy Helping CTOs Minimize Their Hands-on Involvement in Daily Operations
-
+
Everything Kicks Off
with One Call
diff --git a/apps/website/src/pages/staff-augmentation.astro b/apps/website/src/pages/staff-augmentation.astro
index c1bff069..3806758a 100644
--- a/apps/website/src/pages/staff-augmentation.astro
+++ b/apps/website/src/pages/staff-augmentation.astro
@@ -1,5 +1,5 @@
---
-import CalcomEmbedInline from "../components/CalcomEmbedInline.astro";
+import BookACallForm from "../components/BookACallForm.astro";
import Footer from "../components/footer.astro";
import Navigation from "../components/navigation.astro";
import Base from "../layouts/base.astro";
@@ -18,7 +18,6 @@ import handsPuzzleServiceIcon from "../assets/hands-puzzle-service-icon.svg";
import crmServiceIcon from "../assets/crm-service-icon.svg";
import circleCheckIcon from "../assets/circle-check-icon.svg";
import quoteIcon from "../assets/quote-icon.svg";
-import meetingImage from "../assets/meeting-croc.png";
import "../styles/main.css";
const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
@@ -466,53 +465,11 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } =
-
-
-
-
-
-
-
Book your call today
-
- Let's Build Together
-
-
- Stop wasting time being caught in operational bottlenecks. Schedule your
- free call today, and let's help you deliver on your strategic vision with
- confidence. Select a date below or
- contact us here.
-
-
-
-
-
+
+
+ Let's Build Together
+
+