diff --git a/apps/website/src/assets/desktop-staff-hero.svg b/apps/website/src/assets/desktop-staff-hero.svg new file mode 100644 index 00000000..fd6f2091 --- /dev/null +++ b/apps/website/src/assets/desktop-staff-hero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/website/src/assets/mobile-staff-hero.svg b/apps/website/src/assets/mobile-staff-hero.svg index 67703a98..af72d2e5 100644 --- a/apps/website/src/assets/mobile-staff-hero.svg +++ b/apps/website/src/assets/mobile-staff-hero.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/apps/website/src/assets/staff-hero.svg b/apps/website/src/assets/staff-hero.svg deleted file mode 100644 index d30b1100..00000000 --- a/apps/website/src/assets/staff-hero.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/apps/website/src/components/staff-agmentation/Hero.astro b/apps/website/src/components/staff-agmentation/Hero.astro index 217f06d2..a42a8e84 100644 --- a/apps/website/src/components/staff-agmentation/Hero.astro +++ b/apps/website/src/components/staff-agmentation/Hero.astro @@ -1,9 +1,6 @@ --- -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"; @@ -44,19 +41,9 @@ if (!content) { >
- -