This commit is contained in:
Philip Cesar Garay
2025-08-08 21:01:38 +08:00
parent 5a4d36e1bc
commit 7bcc2e9779
28 changed files with 1065 additions and 269 deletions
+14
View File
@@ -165,23 +165,37 @@ export const mockups = {
import writingBG from "./UI/writingBG.png";
import studioBG from "./UI/studioBG.png";
import studioBG2 from "./UI/studioBG2.png";
import productionBG from "./UI/productionBG.png";
import productionBG2 from "./UI/productionBG2.png";
import playbackBG from "./UI/playbackBG.png";
import playbackBG2 from "./UI/playbackBG2.png";
export const background = {
writingBG,
studioBG,
studioBG2,
productionBG,
productionBG2,
playbackBG,
playbackBG2,
};
import nathalie from "./UI/nathalie.png";
import theo from "./UI/theo.png";
import bena from "./UI/bena.png";
import john from "./UI/john.png";
export const ai = {
nathalie,
theo,
bena,
john,
};
import placeholder from "./UI/placeholder.jpg";
import placeholder2 from "./UI/placeholder2.jpg";
export const img = {
placeholder,
placeholder2,
};