feat: 메인 홈

- 라이브, 인기 크리, 최신 콘텐츠, 이벤트 배너 UI 추가
This commit is contained in:
Yu Sung
2025-07-11 22:31:15 +09:00
parent e121ec1ee4
commit 5a9b95c2bf
29 changed files with 622 additions and 137 deletions

View File

@@ -114,30 +114,6 @@ struct LoginView: View {
}
.padding(.top, 20)
HStack(spacing: 13.3) {
Image("ic_login_email")
.onTapGesture {
hideKeyboard()
AppState.shared.setAppStep(step: .signUp)
}
Image("ic_login_kakao")
.onTapGesture {
hideKeyboard()
}
Image("ic_login_google")
.onTapGesture {
hideKeyboard()
}
Image("ic_login_apple")
.onTapGesture {
hideKeyboard()
}
}
.padding(.top, 20)
Spacer()
}
.onAppear {