From 603c444f4fcffc72c56d45645f6ea242cbbf3c41 Mon Sep 17 00:00:00 2001 From: ivke995 Date: Thu, 25 Sep 2025 13:16:30 +0200 Subject: [PATCH 1/3] feat: add new background for contact form --- .../src/components/BaseContactForm.astro | 6 +++--- apps/website/src/components/contact/Hero.astro | 17 ++++++++--------- .../staff-agmentation/GetYourPlanForm.astro | 5 +++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/website/src/components/BaseContactForm.astro b/apps/website/src/components/BaseContactForm.astro index 14a5eee3..b4e7a989 100644 --- a/apps/website/src/components/BaseContactForm.astro +++ b/apps/website/src/components/BaseContactForm.astro @@ -17,7 +17,7 @@ const { onDark, classNames, formId, formClassNames } = Astro.props;
em]:not-italic [&_b]:text-[#67a807] [&>em]:font-semibold cursor-pointer text-sm sm:text-base", { - "text-secondary": !onDark, - "text-neutral-50": onDark, + "text-neutral": !onDark, + "text-secondary": onDark, }, )} /> diff --git a/apps/website/src/components/contact/Hero.astro b/apps/website/src/components/contact/Hero.astro index ea8428ba..cc1f095e 100644 --- a/apps/website/src/components/contact/Hero.astro +++ b/apps/website/src/components/contact/Hero.astro @@ -61,19 +61,18 @@ import RightArrow from "../icons/RightArrow.astro";

- - + classNames="col-span-6 md:col-span-12 lg:col-span-6 xl:col-span-5 lg:col-start-7 md:p-12 lg:pl-0 mb-7 md:mb-0" + > - Get a free build review - - + Get a free build review + + diff --git a/apps/website/src/components/staff-agmentation/GetYourPlanForm.astro b/apps/website/src/components/staff-agmentation/GetYourPlanForm.astro index 9abc5606..1530efec 100644 --- a/apps/website/src/components/staff-agmentation/GetYourPlanForm.astro +++ b/apps/website/src/components/staff-agmentation/GetYourPlanForm.astro @@ -8,11 +8,12 @@ import * as formContent from "../../content/contact/get-your-plan-form.md";