From 0d0de7f3fb5fa37fdd2d082ce0629871f7c2409f Mon Sep 17 00:00:00 2001 From: davidabram Date: Tue, 5 Aug 2025 14:32:09 +0200 Subject: [PATCH] fix for-ctos + book a call form --- .../src/components/BookACallForm.astro | 14 ++++- apps/website/src/components/cto/Hero.astro | 3 +- apps/website/src/pages/for-ctos.astro | 2 +- .../src/pages/staff-augmentation.astro | 55 ++----------------- 4 files changed, 20 insertions(+), 54 deletions(-) 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" } = - -
-
- CroCoder team member in a video call consultation -
-
- -
-
- -
-
+ + + Let's Build Together + +