feat: 메인 홈
- 라이브, 인기 크리, 최신 콘텐츠, 이벤트 배너 UI 추가
This commit is contained in:
		@@ -23,23 +23,6 @@ struct ContentItemView: View {
 | 
			
		||||
                    .cornerRadius(16)
 | 
			
		||||
                
 | 
			
		||||
                HStack(alignment: .top, spacing: 0) {
 | 
			
		||||
                    Text("신작")
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 12))
 | 
			
		||||
                        .foregroundColor(.white)
 | 
			
		||||
                        .padding(.horizontal, 10)
 | 
			
		||||
                        .padding(.vertical, 3)
 | 
			
		||||
                        .background(
 | 
			
		||||
                            LinearGradient(
 | 
			
		||||
                                gradient: Gradient(stops: [
 | 
			
		||||
                                    .init(color: Color(hex: "0001B1"), location: 0.24),
 | 
			
		||||
                                    .init(color: Color(hex: "3B5FF1"), location: 1.0)
 | 
			
		||||
                                ]),
 | 
			
		||||
                                startPoint: .top,
 | 
			
		||||
                                endPoint: .bottom
 | 
			
		||||
                            )
 | 
			
		||||
                        )
 | 
			
		||||
                        .cornerRadius(16, corners: [.topLeft, .bottomRight])
 | 
			
		||||
                    
 | 
			
		||||
                    Spacer()
 | 
			
		||||
                    
 | 
			
		||||
                    if item.isPointAvailable {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user