feat: convert hero section to use randomly selected images stored in directus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user