start refacto home and fix description

This commit is contained in:
Thomas Demirdjian
2025-09-30 13:37:12 +02:00
parent 3dcf5453ca
commit 306918de00
21 changed files with 1219 additions and 231 deletions
+6 -1
View File
@@ -111,6 +111,7 @@ import placeholder2 from "./UI/placeholder2.jpg";
import placeholder3 from "./UI/placeholder3.png";
import placeholder4 from "./UI/placeholder4.jpg";
import profile from "./UI/profile.jpg";
import { Platform } from "react-native";
export const tabs = {
home,
@@ -221,6 +222,7 @@ export const background = {
profileBG,
hitParadeBG,
homeBG,
homeBGWeb: require("./UI/homeBGWeb.png"),
};
export const ai = {
@@ -231,7 +233,10 @@ export const ai = {
};
export const videos = {
test: require("./video/testVideo.mp4"),
test:
Platform.OS === "web"
? require("./video/testVideoWeb.mp4")
: require("./video/testVideo.mp4"),
};
export const img = {