feat: remove start button

This commit is contained in:
2025-12-09 09:42:18 +01:00
parent 307d4b951b
commit 91e4aff1a3
+2 -30
View File
@@ -629,7 +629,7 @@ const Home = ({ navigation, route }) => {
return (
<>
{adventureStarted ? (
{/* {adventureStarted ? ( */}
<View style={styles.root}>
<Page
shareBtn
@@ -674,35 +674,7 @@ const Home = ({ navigation, route }) => {
</View>
</Page>
</View>
) : (
<>
<Page
shareBtn
title="Landing Page"
backgroundImg={landingBackgroundImage}
contentContainerStyle={styles.pageContent}
backgroundColor="#303438"
>
<View
style={{
flex: 1,
justifyContent: "center",
alignItems: "center",
}}
>
<GradientButton
title="Commencer l'aventure MusicLand"
onPress={handleStartVisit}
/>
</View>
</Page>
<FullscreenIntroVideo
url={videoUrl}
visible={!!videoUrl}
onClose={handleIntroVideoClose}
/>
</>
)}
{!isWeb ? (
<CoinPackModal
visible={isCoinModalVisible}