From e8a00b35ebcec1c09a1c9343676de70cfcae772d Mon Sep 17 00:00:00 2001 From: stefanskoricdev Date: Mon, 29 Sep 2025 16:22:27 +0200 Subject: [PATCH] FIX: Revert using bg pattern as tailwind class --- .../components/staff-agmentation/Hero.astro | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/apps/website/src/components/staff-agmentation/Hero.astro b/apps/website/src/components/staff-agmentation/Hero.astro index a42a8e84..99da32e7 100644 --- a/apps/website/src/components/staff-agmentation/Hero.astro +++ b/apps/website/src/components/staff-agmentation/Hero.astro @@ -7,6 +7,10 @@ import { grid_classes } from "../../components/_grid"; import StaffMember from "../../components/staff-agmentation/StaffMember.astro"; import "../../styles/main.css"; import Calendar from "../icons/Calendar.astro"; +import heroMobile from "../../assets/mobile-staff-hero.svg"; +import heroDesktop from "../../assets/desktop-staff-hero.svg"; +import heroWide from "../../assets/wide-staff-hero.svg"; +import { Picture } from "astro:assets"; const staff = (await getCollection("staff_members")) as { data: { name: string; image: string; role: string }; @@ -41,9 +45,25 @@ if (!content) { >
+ + +