From 803ff5c0bcd39c7f84dfd9d58537322db7e99532 Mon Sep 17 00:00:00 2001 From: ivke995 Date: Fri, 19 Sep 2025 15:26:12 +0200 Subject: [PATCH 1/6] feat: check existing component --- apps/website/src/pages/staff-augmentation.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/website/src/pages/staff-augmentation.astro b/apps/website/src/pages/staff-augmentation.astro index df372ef9..753f3de7 100644 --- a/apps/website/src/pages/staff-augmentation.astro +++ b/apps/website/src/pages/staff-augmentation.astro @@ -13,6 +13,7 @@ import ThankYouCard from "../components/staff-agmentation/ThankYouCard.astro"; import TrustedBy from "../components/TrustedBy.astro"; import Base from "../layouts/base.astro"; import "../styles/main.css"; +import WhyWorkWithUs from "../components/vibe-code-mvp/WhyWorkWithUs.astro"; const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } = Astro.props; @@ -30,6 +31,7 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } = + Date: Mon, 22 Sep 2025 16:10:35 +0200 Subject: [PATCH 2/6] feat: edit BookACallForm component to accept more props --- .../src/components/BookACallForm.astro | 5 ++++- .../src/pages/staff-augmentation.astro | 21 +++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/apps/website/src/components/BookACallForm.astro b/apps/website/src/components/BookACallForm.astro index 22f18f5b..74e24470 100644 --- a/apps/website/src/components/BookACallForm.astro +++ b/apps/website/src/components/BookACallForm.astro @@ -11,12 +11,14 @@ export interface Props { calLink?: string; eventType?: string; className?: string; + contentClassName?: string; } const { calLink = "team/crocoder/hello", eventType = "hello", className, + contentClassName, } = Astro.props; --- @@ -25,7 +27,7 @@ const { "bg-secondary !pb-16 md:!pb-24 !pt-0 overflow-visible mt-[220px] xl:mt-[300px]", className, )} - contentClassName={`${grid_classes} items-center`} + contentClassName={classNames(`${grid_classes} items-center`, contentClassName)} >
+ diff --git a/apps/website/src/pages/staff-augmentation.astro b/apps/website/src/pages/staff-augmentation.astro index 753f3de7..8d2201a8 100644 --- a/apps/website/src/pages/staff-augmentation.astro +++ b/apps/website/src/pages/staff-augmentation.astro @@ -30,15 +30,18 @@ const { ogImage = "https://www.crocoder.dev/homepage-metadata-img.png" } = - - - Let's Build Together - - -