Create hero and text with image components
This commit is contained in:
@@ -3,7 +3,8 @@ type TextWithImageComponent = {
|
||||
|
||||
id: string;
|
||||
title: string;
|
||||
text: string;
|
||||
text: string | null;
|
||||
image: PhotoProps;
|
||||
imageSide: "left" | "right";
|
||||
imageSize: "small" | "medium" | "large";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user