diff --git a/apps/website/src/assets/wide-staff-hero.svg b/apps/website/src/assets/wide-staff-hero.svg new file mode 100644 index 00000000..95bd57fb --- /dev/null +++ b/apps/website/src/assets/wide-staff-hero.svg @@ -0,0 +1,14 @@ + diff --git a/apps/website/src/components/staff-agmentation/Hero.astro b/apps/website/src/components/staff-agmentation/Hero.astro index 3695c3f9..217f06d2 100644 --- a/apps/website/src/components/staff-agmentation/Hero.astro +++ b/apps/website/src/components/staff-agmentation/Hero.astro @@ -3,6 +3,7 @@ import { Picture } from "astro:assets"; import { getCollection } from "astro:content"; import classnames from "classnames"; import hero from "../../assets/mobile-staff-hero.svg"; +import heroWide from "../../assets/wide-staff-hero.svg"; import Pill from "../../components/Pill.astro"; import Section from "../../components/Section.astro"; import { grid_classes } from "../../components/_grid"; @@ -15,7 +16,7 @@ const staff = (await getCollection("staff_members")) as { }[]; const contentVariantID = String( - Astro.url.searchParams.get("id") || "backfill-your-developer-gap", + Astro.url.searchParams.get("id") || "backfill-your-developer-gap" ); const staffContent = (await getCollection("staff_augmentation")) as { @@ -43,31 +44,18 @@ if (!content) { >