feat(home): 사업자 정보 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-06-30 02:17:54 +09:00
parent 339ca78793
commit 56e0c3dc27
5 changed files with 103 additions and 20 deletions

View File

@@ -87,6 +87,8 @@ struct MainHomeRecommendationView: View {
viewModel.openCommunityPostPurchase(postId: item.postId, price: item.price)
}
)
MainHomeBusinessInfoSection()
}
.padding(.vertical, SodaSpacing.s20)
}