feat: convert hero section to use randomly selected images stored in directus

This commit is contained in:
2026-03-09 21:49:37 -05:00
parent 74e9aff4cc
commit c9cb15f201
13 changed files with 71 additions and 40 deletions

View File

@@ -61,6 +61,12 @@ export type Category = {
logoDark: string;
};
export type HeaderImage = {
id: string;
image: string;
image_alt: string;
};
export type Application = {
id: string;
name: string;